Skip to content

Commit

Permalink
Fix workflow failure from wrong python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattw-nws authored and hellkite500 committed Feb 4, 2022
1 parent 1213d6e commit d11eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ jobs:
- name: Init Python Dependencies
if: steps.cache-unix-py3-dependencies.outputs.cache-hit != 'true'
run: |
python -m venv .venv
python3 -m venv .venv
. .venv/bin/activate
pip install pip
pip install numpy
Expand Down

0 comments on commit d11eba4

Please sign in to comment.