1
0
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:
thatmattlove
2024-03-02 00:09:59 -05:00
parent 2c1be54341
commit 77d2be6b09

View File

@@ -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