diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 872e01d..3a581cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python uses: actions/setup-python@v5 - name: Install dependencies @@ -23,4 +23,4 @@ jobs: - name: Run tests run: | - python -m pytest tests.py -v \ No newline at end of file + python -m pytest tests.py -v