Skip to content

Commit 291cdd7

Browse files
committed
change order of dependencies
1 parent 1f42956 commit 291cdd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linting_and_testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
conda run -n test conda info
43-
conda run -n test conda install -c conda-forge -c loop3d --file dependencies.txt gdal python=${{ matrix.python-version }} pytest -y
43+
conda run -n test conda install -c loop3d -c conda-forge gdal python=${{ matrix.python-version }} -y
44+
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
45+
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
4446
4547
- name: Install map2loop
4648
run: |

0 commit comments

Comments
 (0)