Skip to content

Commit

Permalink
Update dependency installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Oct 17, 2024
1 parent 7113079 commit 2d8f164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ runs:
- name: Install dependencies
shell: bash
# --only-keep flag in case the environment is restored from a stale cache.
run: pdm sync -d --only-keep
run: pdm sync -d --only-keep
run: source .venv/bin/activate

0 comments on commit 2d8f164

Please sign in to comment.