Skip to content

Commit

Permalink
linux env for bash in travis sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthavens committed Jun 29, 2020
1 parent b7837f1 commit 893f30c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis/build-sdist.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#/usr/bin/env bash
# Build the source distribution tarball
# Only upload if a tagged commit

Expand Down
2 changes: 1 addition & 1 deletion travis/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#/usr/bin/env bash
# Use cibuildwheel to build all the wheels
# Only upload if a tagged commit

Expand Down
2 changes: 2 additions & 0 deletions travis/cibuildwheel_before_build_linux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#/usr/bin/env bash

# Eccodes is only for CentOS 7 so the manylinux2010 image does not work
yum install -y eccodes

Expand Down

0 comments on commit 893f30c

Please sign in to comment.