Skip to content

Commit

Permalink
Remove dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Aug 9, 2023
1 parent ecfcff6 commit e55df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ls
echo $GITHUB_WORKSPACE
ls conda-${{ matrix.label }}.lock
echo ${{ hashFiles('${{ env.PROJECT_DIR }}/conda-${{ matrix.label }}.lock') }}
echo ${{ hashFiles('./conda-${{ matrix.label }}.lock') }}
- uses: actions/checkout@v2
- name: Cache lockfile
uses: actions/cache@v2
Expand Down

0 comments on commit e55df4c

Please sign in to comment.