Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rizac committed Apr 11, 2024
1 parent 76913e0 commit c4ecf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- name: update and fix missing packages
Expand All @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Run Tests
run: |
Expand Down

0 comments on commit c4ecf57

Please sign in to comment.