Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Aug 7, 2024
1 parent fbc9a92 commit 8b2e384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd ..
mv variant/include/mapbox include/
- name: Src Deploy
continue-on-error: True
if: ${{ matrix.cp == 'cp38-cp38' }}
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
/opt/python/cp38-cp38/bin/python -m pip install --upgrade pip
/opt/python/cp39-cp39/bin/python -m pip install --upgrade pip
yum install libffi-devel -y
git clone https://gitlab.com/libeigen/eigen
cd eigen
Expand All @@ -42,7 +42,7 @@ jobs:
- name: build
run: |
/opt/python/cp39-cp39/bin/python -m pip install numpy==`/opt/python/cp39-cp39/bin/python .github/workflows/numpy_version.py`
/opt/python/cp39-cp3/bin/python -m pip install pdoc3==0.8.4
/opt/python/cp39-cp39/bin/python -m pip install pdoc3==0.8.4
export TOMOTOPY_LANG=${{ matrix.language }}
/opt/python/cp39-cp39/bin/python setup.py install
- name: gen doc
Expand Down

0 comments on commit 8b2e384

Please sign in to comment.