Skip to content

Commit

Permalink
add cache dependency path, not working yet; readd numpy line to preve…
Browse files Browse the repository at this point in the history
…nt error
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent b2de6fb commit 94ebe71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
python-version: "3.12"
cache: "pip"
cache-dependency-path: "requirements.txt"

- name: Setup virtualenv
run: |
Expand All @@ -46,6 +47,8 @@ jobs:
python -m pip install .
pip install -r requirements.txt
pip install pytest
pip uninstall numpy
pip install numpy==1.26.4
- name: Create credentials.json for service account
run: Set-Content -Path credentials.json -Value $env:GWS_GITHUB_AUTOMATION_CREDS -Encoding utf8
Expand Down

0 comments on commit 94ebe71

Please sign in to comment.