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 2a1dc4d commit 67e2faeCopy full SHA for 67e2fae
.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 }} pip
+ conda install --force-reinstall 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