Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermpeterson committed Jun 25, 2024
1 parent 87e9b9a commit d332af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ jobs:
# Eli (10/28/20): The --sequential flag was found to be necessary on windows due to issues where scipy wouldn't recognize that it had been installed. Also, when this was part of a set of multiple run commands using the pipe, when it errored it didn't cause the whole step to fail, so separating it out into its own step
run: |
cd controller/
pipenv install --dev --deploy --sequential
pipenv install -v --dev --deploy --sequential
pipenv run pip install setuptools==69.5.1
- name: Download zlib Library
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ jobs:
# Eli (10/28/20): The --sequential flag was found to be necessary on windows due to issues where scipy wouldn't recognize that it had been installed. Also, when this was part of a set of multiple run commands using the pipe, when it errored it didn't cause the whole step to fail, so separating it out into its own step
run: |
cd controller/
pipenv install --dev --deploy --sequential
pipenv install -v --dev --deploy --sequential
pipenv run pip install setuptools==69.5.1
- name: Download zlib Library
env:
Expand Down

0 comments on commit d332af0

Please sign in to comment.