Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Aug 25, 2023
1 parent 67c3ef4 commit 15145b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])') >> $GITHUB_OUTPUT
echo dir=$(python -m pip cache dir)
echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])')
echo concurrency-group=${{ github.workflow }}-${{ github.ref }}
- name: Cache pip
uses: actions/cache@v3
Expand Down

0 comments on commit 15145b4

Please sign in to comment.