Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 13, 2024
1 parent 8355044 commit 77290e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ case "$action" in
dev)
branch="${@:$OPTIND+1:1}"
# .github/workflows/cibuildwheel.yml
dispatch 35181474 "$wip" "$branch"
#dispatch 35181474 "$wip" "$branch"
# .github/workflows/conda-dev.yml
dispatch 5943107 "$wip" "$branch"
# .github/workflows/ppa-dev.yml
dispatch 5947898 "$wip" "$branch"
#dispatch 5947898 "$wip" "$branch"
;;
esac
2 changes: 0 additions & 2 deletions .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
python-version: ['3.8']

steps:
Expand Down

0 comments on commit 77290e0

Please sign in to comment.