Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
Putting the flag in the right place
  • Loading branch information
gouwens authored Apr 29, 2024
1 parent 25be120 commit 71707e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Install dependencies
run: |
conda install tqdm openjpeg ruamel.yaml
python -m pip install --upgrade pip --disable-pip-version-check
pip install -r test_requirements.txt -U
pip install -r requirements.txt -U
pip install -e .
python -m pip install --upgrade pip
pip install -r test_requirements.txt -U --disable-pip-version-check
pip install -r requirements.txt -U --disable-pip-version-check
pip install -e . --disable-pip-version-check
- name: Test with pytest
run: |
python -m pytest tests/

0 comments on commit 71707e4

Please sign in to comment.