From 0a37936917dbe849838463d6598518dcb14f6e9f Mon Sep 17 00:00:00 2001 From: tricktx Date: Fri, 7 Jun 2024 15:35:06 -0300 Subject: [PATCH] teste action 2 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af61851..85a5f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,11 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - - uses: actions/setup-python@v4 - with: - python-version: '3.9' - + - uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: 3.9 + - run: pip install -r requirements.txt - run: python main.py \ No newline at end of file