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 76b567d commit 2a1dc4dCopy full SHA for 2a1dc4d
.github/workflows/io-test.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Install Python Version
73
run: |
74
- conda install python=${{ matrix.python-version }}
+ conda install python=${{ matrix.python-version }} pip
75
76
- name: Install testing dependencies
77
# testing environment is only created from yml if no cache was found
0 commit comments