Skip to content

Commit 263b0f6

Browse files
authored
Merge pull request #144 from open-atmos/slayoo-patch-11
split pip upgrade and package install commands
2 parents 2fab5ac + 6e19dc7 commit 263b0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575

76-
- run: pip install --upgrade pip==22.1.2 build wheel
76+
- run: python -m pip install --upgrade pip==22.1.2
77+
- run: pip install build wheel
7778
- run: pip install -r test-time-requirements.txt
7879

7980
- run: |

0 commit comments

Comments
 (0)