Skip to content

Commit

Permalink
Merge pull request #18 from jeertmans/deps
Browse files Browse the repository at this point in the history
chore(deps): make optional deps and add jax in GA group
  • Loading branch information
jeertmans authored Aug 9, 2023
2 parents 0343488 + bf71265 commit b955287
Show file tree
Hide file tree
Showing 4 changed files with 1,174 additions and 1,331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install Differt2D
run: |
poetry install --with docs
poetry install --with docs,github-action
- name: Build docs
run: cd docs && poetry run make html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install Differt2D
run: |
poetry install --with test
poetry install --with test,github-action
- name: Run Pytest
run: |
Expand Down
Loading

0 comments on commit b955287

Please sign in to comment.