mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
Fixes PYTHON3_PATH env var
This commit is contained in:
parent
c385222ede
commit
4ea821da99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -69,7 +69,7 @@ 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
|
||||
echo "PYTHON3_PATH=$(which python)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue