mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fixes PYTHON3_PATH env var
This commit is contained in:
parent
4ea821da99
commit
b7a00bbda6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: |
|
||||
rye toolchain register $PYTHON3_PATH
|
||||
rye toolchain register $Python3_ROOT_DIR/bin/python
|
||||
rye pin ${{ matrix.python-version }}
|
||||
rye sync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue