Skip to content

Commit

Permalink
clean dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 14, 2023
1 parent 87baa0b commit 46d2f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mamba info
mamba list
mamba install -c conda-forge rasterio opencv numpy click tqdm pyyaml pytest pytest-cov
mamba install -c conda-forge rasterio opencv click tqdm pyyaml pytest pytest-cov
mamba list
- name: Run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install rasterio "opencv-python-headless<4.8" numpy click tqdm pyyaml
python -m pip install rasterio opencv-python-headless click tqdm pyyaml
python -m pip list
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 46d2f3d

Please sign in to comment.