Skip to content

Commit

Permalink
Fix ci on windows-latest: issue with pip upgrade (#2264)
Browse files Browse the repository at this point in the history
* Update unit-tests.yml

* Add user

* Update unit-tests.yml

* Remove user arg
  • Loading branch information
trsvchn authored Oct 14, 2021
1 parent 0be46fd commit fc5580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip install -U pip
pip install -U pip || python -m pip install -U pip
echo "::set-output name=dir::$(pip cache dir)"
- uses: actions/cache@v2
Expand Down

0 comments on commit fc5580a

Please sign in to comment.