Skip to content

Commit

Permalink
Woops, Python reqs are in OSCAL's CI CD dir, not just build.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Sep 27, 2022
1 parent 64d9172 commit b20605d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
architecture: 'x64'
cache: 'pip'
cache-dependency-path: |
git-content/${{ env.OSCAL_DIR_PATH }}/build/python/requirements.txt
git-content/${{ env.CICD_DIR_PATH }}/python/requirements.txt
- name: Install Python dependencies
run: |
pip install -r requirements.txt
working-directory: git-content/${{ env.OSCAL_DIR_PATH }}/build/python
working-directory: git-content/${{ env.CICD_DIR_PATH }}/python
- name: Validate Content
run:
# mkdir -p "${OSCAL_BUILD_DIR_PATH}"
Expand Down

0 comments on commit b20605d

Please sign in to comment.