mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix venv activation in CI
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user