Skip to content

Commit

Permalink
Updating pytest install.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Oct 30, 2024
1 parent e7f84f4 commit c886348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/capgen_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: update repos and install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential libopenmpi-dev ${{matrix.fortran-compiler}} cmake python3 python3-pytest git
run: sudo apt-get update && sudo apt-get install -y build-essential libopenmpi-dev ${{matrix.fortran-compiler}} cmake python3 git

- name: Build the framework
run: |
Expand All @@ -30,4 +30,5 @@ jobs:
- name: Run python tests
run: |
pip install --user pytest
BUILD_DIR=./build pytest-3 test/capgen_test/test_reports.py

0 comments on commit c886348

Please sign in to comment.