mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 17:22:11 +01:00
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
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user