mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Use system python
This commit is contained in:
parent
830f300822
commit
b6b886c58b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/backend.yml
vendored
6
.github/workflows/backend.yml
vendored
|
|
@ -69,9 +69,13 @@ jobs:
|
|||
echo "HYPERGLASS_APP_PATH=$HOME/hyperglass" >> $GITHUB_ENV
|
||||
echo "HYPERGLASS_HOST=127.0.0.1" >> $GITHUB_ENV
|
||||
echo "HYPERGLASS_PORT=8001" >> $GITHUB_ENV
|
||||
echo "PYTHON3_PATH=$(which python3)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install
|
||||
run: rye sync
|
||||
run: |
|
||||
rye toolchain register $PYTHON_PATH
|
||||
rye pin ${{ matrix.python-version }}
|
||||
rye sync
|
||||
|
||||
- name: Activate virtual environment
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue