Skip to content

Commit

Permalink
Try to fix CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed May 12, 2024
1 parent f3218f9 commit 32ecd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: pip-cache
run: |
python -m pip install --upgrade pip
echo "::set-output name=dir::$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
id: cache-dep
Expand Down

0 comments on commit 32ecd1a

Please sign in to comment.