Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/hvd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip3 install -U --user pip
echo "::set-output name=dir::$(pip3 cache dir)"
python3 -m pip install -U pip
echo "::set-output name=dir::$(python3 -m pip cache dir)"
shell: bash -l {0}

- uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytorch-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip3 install -U --user pip
echo "::set-output name=dir::$(pip3 cache dir)"
python3 -m pip install -U pip
echo "::set-output name=dir::$(python3 -m pip cache dir)"
shell: bash -l {0}

- uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip3 install -U --user pip
echo "::set-output name=dir::$(pip3 cache dir)"
python3 -m pip install -U pip
echo "::set-output name=dir::$(python3 -m pip cache dir)"
shell: bash -l {0}

- uses: actions/cache@v2
Expand Down