Skip to content

Commit 9ea662f

Browse files
authored
add job that uses release version of pygfx (#706)
* add job that uses release version of pygfx * Update ci.yml * too complicated, just add pygfx release/main to matrix * other way around
1 parent 570709b commit 9ea662f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python: ["3.11", "3.12", "3.13"]
2626
imgui_dep: ["imgui", ""]
2727
notebook_dep: ["notebook", ""]
28+
pygfx_version: ["pygfx-release", "pygfx-main"]
2829
steps:
2930
- uses: actions/checkout@v4
3031
with:
@@ -38,6 +39,7 @@ jobs:
3839
sudo apt-get update -y -qq
3940
sudo apt-get install --no-install-recommends -y ffmpeg libegl1-mesa-dev libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers xorg-dev
4041
- name: Install pygx from main
42+
if: ${{ matrix.pygfx_version == 'pygfx-main' }}
4143
run: |
4244
python -m pip install --upgrade pip setuptools
4345
# remove pygfx from install_requires, we install using pygfx@main

0 commit comments

Comments
 (0)