Skip to content

Commit

Permalink
remove the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Jul 8, 2023
1 parent f2d304d commit 508bbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest numpy = ">=1.13" pandas = ">=0.20.3" scipy = ">=1.0.0" xarray = ">=0.10.3" numba = ">=0.40"
pip install ruff pytest numpy pandas scipy xarray numba
- name: Lint with ruff
run: |
ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 .
Expand Down

0 comments on commit 508bbd4

Please sign in to comment.