Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ea662f

Browse filesBrowse 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
Copy full SHA for 9ea662f

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.