We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570709b commit 9ea662fCopy full SHA for 9ea662f
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
python: ["3.11", "3.12", "3.13"]
26
imgui_dep: ["imgui", ""]
27
notebook_dep: ["notebook", ""]
28
+ pygfx_version: ["pygfx-release", "pygfx-main"]
29
steps:
30
- uses: actions/checkout@v4
31
with:
@@ -38,6 +39,7 @@ jobs:
38
39
sudo apt-get update -y -qq
40
sudo apt-get install --no-install-recommends -y ffmpeg libegl1-mesa-dev libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers xorg-dev
41
- name: Install pygx from main
42
+ if: ${{ matrix.pygfx_version == 'pygfx-main' }}
43
run: |
44
python -m pip install --upgrade pip setuptools
45
# remove pygfx from install_requires, we install using pygfx@main
0 commit comments