Skip to content

Commit

Permalink
Configure for R and python
Browse files Browse the repository at this point in the history
  • Loading branch information
etatara committed Jul 12, 2024
1 parent 989099b commit 3ad8966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,16 @@ jobs:
run: dev/build/init-settings.sh

# TODO set swift-t install, R, python, and ??
# sed -i 's/original/new/g' file.txt
- run: sed -i 's/ENABLE_PYTHON=0/ENABLE_PYTHON=1/g' dev/build/swift-t-settings.sh

- run: sed -i 's/ENABLE_R=0/ENABLE_R=1/g' dev/build/swift-t-settings.sh

- name: build swift-t
run: dev/build/build-swift-t.sh

# TODO check swift-t install
- name: Check swift-t version info
run: /tmp/swift-t-install/stc/bin/swift-t -v


0 comments on commit 3ad8966

Please sign in to comment.