Skip to content

Commit

Permalink
whoops, remove test_example.sh from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 10, 2024
1 parent 79bf629 commit 3b692f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
fail-fast: false
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout repo
Expand All @@ -33,9 +34,3 @@ jobs:
msyd -h
msyd call -h
msyd view -h
- name: Test example_run.sh
run: |
# alias to a call launching the syri entrypoint from python
# necessary, as the hacky git install does not install the CLI entrypoints
alias syri='python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")'
./example/example_workflow.sh

0 comments on commit 3b692f4

Please sign in to comment.