Skip to content

Commit

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

0 comments on commit f2d304d

Please sign in to comment.