Skip to content

Commit

Permalink
Merge pull request jupyter-server#354 from mwakaba2/fix-tests-setup
Browse files Browse the repository at this point in the history
Fix upgrade packaging dependencies build step
  • Loading branch information
Zsailer committed Dec 3, 2020
2 parents 0aeacf8 + 890c03f commit 8688e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
architecture: 'x64'
- name: Upgrade packaging dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel --user
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down

0 comments on commit 8688e64

Please sign in to comment.