Skip to content

Commit

Permalink
Fix CI warning for deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed May 13, 2024
1 parent f3218f9 commit cc53aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ 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
echo "dir=$(pip cache dir)" >> $env.GITHUB_OUTPUT
- name: Cache dependencies
id: cache-dep
Expand Down

0 comments on commit cc53aa1

Please sign in to comment.