Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jan 14, 2025
1 parent 4873469 commit b5791e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.11"

- name: install dependencies
run: pip install numpy

- name: build tetgenpy
run: CC=clang-14 CXX=clang++-14 python3 setup.py develop
run: pip install -e .

- name: test
run: python3 tests/test_tetgenpy.py
Expand Down

0 comments on commit b5791e9

Please sign in to comment.