We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e2fae commit 7f5d77bCopy full SHA for 7f5d77b
.github/workflows/io-test.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Install Python Version
73
run: |
74
- conda install --force-reinstall python=${{ matrix.python-version }} pip
+ conda install --force-reinstall python=${{ matrix.python-version }} pip pytest
75
76
- name: Install testing dependencies
77
# testing environment is only created from yml if no cache was found
0 commit comments