Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 25, 2023
1 parent c659fb7 commit 8e1742c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ outputs:
runs:
using: composite
steps:
- name: Resolve Lock Path
run: echo "PDM_CACHE=$(realpath ${{ github.action_path }}/pdm.lock)" >>$GITHUB_ENV

- uses: pdm-project/setup-pdm@v3
with:
python-version: 3.x
cache: true
cache-dependency-path: ${{ github.action_path }}/pdm.lock
cache-dependency-path: ${{ env.PDM_CACHE }}

- name: Create venv for tools
shell: bash
Expand Down

0 comments on commit 8e1742c

Please sign in to comment.