pip in actions
This commit is contained in:
parent
c6e542231c
commit
87a7f2b8bb
3
.github/workflows/generate.yml
vendored
3
.github/workflows/generate.yml
vendored
@ -41,6 +41,9 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Python 3.x
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
- run: python -m pip install numpy
|
||||||
- name: Download workflow run artifacts
|
- name: Download workflow run artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user