Skip to content

Commit

Permalink
Merge pull request #3 from LLNL/develop
Browse files Browse the repository at this point in the history
Collect fixed CI
  • Loading branch information
AlexanderWinterLLNL authored Jun 18, 2021
2 parents 15881b3 + 7ee964f commit e5b9d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 518 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip3 install -r requirements/dev.txt
Expand All @@ -46,4 +46,4 @@ jobs:
- name: Run integration test suite, locally
run: |
python tests/integration/run_tests.py --verbose --local
python3 tests/integration/run_tests.py --verbose --local
Loading

0 comments on commit e5b9d38

Please sign in to comment.