Skip to content

Commit

Permalink
Be more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 9ecffbe commit aca8633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build Anaconda package
run: |
dev/jenkins/anaconda.sh
zsh dev/jenkins/anaconda.sh
- name: Report Swift/T version info
run: /tmp/swift-t-install/stc/bin/swift-t -v
Expand Down
2 changes: 1 addition & 1 deletion dev/jenkins/anaconda.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/zsh
set -eu
set -eux

# JENKINS ANACONDA SH
# Test the Swift/T Anaconda packages
Expand Down

0 comments on commit aca8633

Please sign in to comment.