pip in actions

This commit is contained in:
Vojta Mrazek 2021-06-23 13:46:25 +02:00
parent c6e542231c
commit 87a7f2b8bb

View File

@ -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: