Skip to content

Commit

Permalink
Activate environment after installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Oct 17, 2024
1 parent 2d8f164 commit ecccf39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ 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: source .venv/bin/activate
run: |
pdm sync -d --only-keep
source .venv/bin/activate

0 comments on commit ecccf39

Please sign in to comment.