Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 26, 2021
1 parent 7753b26 commit 1849ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mv variant/include/mapbox include/
- name: build
run: |
python3 -m pip install numpy==1.10.4
python3 -m pip install numpy==`python test/numpy_version.py`
python3 -m pip install pdoc3==0.8.4
export TOMOTOPY_LANG=${{ matrix.language }}
python3 setup.py install
Expand Down

0 comments on commit 1849ec2

Please sign in to comment.