Skip to content

Commit

Permalink
Update test_pip_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Oct 16, 2024
1 parent 2e36442 commit 8ca4d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pip_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] #, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] #, "3.13"] # Testing on Python 3.8 to 3.13
python-version: ["3.10", "3.11", "3.12"] #, "3.13"] # Testing on Python 3.8 to 3.13
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy<2
pip install "numpy<2"
pip install flake8 pytest pre-commit
pip install circe-py
Expand Down

0 comments on commit 8ca4d72

Please sign in to comment.