diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index 2dd9dc10..871cd3aa 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -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}"