Skip to content

Commit 2a1dc4d

Browse files
committed
install pip with python
1 parent 76b567d commit 2a1dc4d

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 }}
74+
conda install 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)