Skip to content

Commit

Permalink
try sth else
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 13, 2023
1 parent 33c72de commit 5480f00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip cache dir
echo "dir=$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5480f00

Please sign in to comment.