Skip to content

Commit

Permalink
Merge pull request #162 from NWChemEx/py_reqs_pr
Browse files Browse the repository at this point in the history
Install Python Requirements in Common PR Workflow
  • Loading branch information
jwaldrop107 authored Oct 2, 2024
2 parents 7db2d46 + 1eb4a6b commit 41aca94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/common_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
toolchain=/toolchains/nwx_${{ matrix.compiler }}.cmake
echo 'include('${PWD}'/${{ inputs.repo_toolchain }})' >> $toolchain
shell: bash
- name: Python Requirements
run: |
if [ -f requirements.txt ]; then
pip install -r requirements.txt
fi
shell: bash
- name: Build and Test
env:
CMAIZE_GITHUB_TOKEN: ${{secrets.CMAIZE_GITHUB_TOKEN}}
Expand Down

0 comments on commit 41aca94

Please sign in to comment.