forked from mirrors/thatmattlove-hyperglass
fix venv activation in CI
This commit is contained in:
parent
2c1be54341
commit
77d2be6b09
1 changed files with 4 additions and 2 deletions
6
.github/workflows/backend.yml
vendored
6
.github/workflows/backend.yml
vendored
|
|
@ -53,8 +53,10 @@ jobs:
|
|||
- name: Install
|
||||
run: rye sync
|
||||
|
||||
- name: Enter venv
|
||||
run: . .venv/bin/activate
|
||||
- name: Activate virtualenv
|
||||
run: |
|
||||
. .venv/bin/activate
|
||||
echo PATH=$PATH >> $GITHUB_ENV
|
||||
|
||||
- name: Lint (Rye)
|
||||
run: rye lint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue