Skip to content

Commit d4b94b7

Browse files
committed
..
1 parent bf12df6 commit d4b94b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ jobs:
2626
- name: Get pip cache directory
2727
id: pip_cache_dir
2828
run: |
29-
echo "dir=$(pip cache dir)"
30-
echo $GITHUB_OUTPUT
3129
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
32-
cat $GITHUB_OUTPUT
3330
shell: bash
3431

35-
- run: echo ${{ steps.pip_cache_dir.outputs.dir }}
3632
- name: Cache
3733
uses: actions/cache@v3
3834
with:

0 commit comments

Comments
 (0)