Skip to content

Commit 67e2fae

Browse files
committed
test force reinstall for pip
1 parent 2a1dc4d commit 67e2fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Install Python Version
7373
run: |
74-
conda install python=${{ matrix.python-version }} pip
74+
conda install --force-reinstall python=${{ matrix.python-version }} pip
7575
7676
- name: Install testing dependencies
7777
# testing environment is only created from yml if no cache was found

0 commit comments

Comments
 (0)