Skip to content

Commit

Permalink
sync with template
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 11, 2023
1 parent 669c2e0 commit 1730d55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,3 @@ if [ -f ~/.bashrc_dev_container ]; then
. ~/.bashrc_dev_container
fi




1 change: 1 addition & 0 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [[ "${PUSH}" == 'true' ]] ; then EC_PUSH='--push' ; fi

THIS=$(dirname ${0})
set -xe
mkdir -p ${CACHE}

# get the current version of ec CLI
pip install -r ${THIS}/../../requirements.txt
Expand Down

0 comments on commit 1730d55

Please sign in to comment.