Skip to content

Commit

Permalink
workflow adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 9000c1a commit a10bb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-macos-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
pip install -r requirements.txt
pip install pytest
pip uninstall numpy
pip install -y numpy==1.26.4
pip install numpy==1.26.4
- name: Download OPA executable
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-windows-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
pip install -r requirements.txt
pip install pytest
pip uninstall numpy
pip install -y numpy==1.26.4
pip install numpy==1.26.4
- name: Download OPA executable
shell: powershell
Expand Down

0 comments on commit a10bb84

Please sign in to comment.