Skip to content

Commit

Permalink
Test out ci (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Jun 13, 2024
1 parent 052b4c0 commit 12f7637
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
submodules: false
coverage: codecov
display: true
envs: |
- linux: py312
Expand All @@ -33,6 +34,7 @@ jobs:
with:
submodules: false
coverage: codecov
display: true
envs: |
- macos: py311
- windows: py310
Expand All @@ -44,11 +46,10 @@ jobs:
with:
default_python: "3.12"
pytest: false
display: true
libraries: |
apt:
- graphviz
- xvfb
- libgl1-mesa-dev
envs: |
- linux: build_docs
Expand Down

0 comments on commit 12f7637

Please sign in to comment.