mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-19 13:41:36 +00:00
run github install action only on Linux/MacOS
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
|
||||
- name: Test Install
|
||||
run: |
|
||||
bash <(curl -s -S -L https://git.io/install-gam) -l
|
||||
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