Skip to content

Commit

Permalink
Remove venv activation specific to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Oct 17, 2024
1 parent a848020 commit af9ce07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ runs:
shell: bash
# --only-keep flag in case the environment is restored from a stale cache.
run: |
pdm sync -d --only-keep
source .venv/bin/activate
pdm sync -d --only-keep

0 comments on commit af9ce07

Please sign in to comment.