mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
quotes
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
|||||||
python src/gam.py version extended
|
python src/gam.py version extended
|
||||||
- name: Test Install
|
- name: Test Install
|
||||||
run: |
|
run: |
|
||||||
if [[ "$(uname -s)" == "Linux" || "$(uname -s)" == "Darwin" ]]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi
|
if [[ $(uname -s) == "Linux" || $(uname -s) == "Darwin" ]]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user