Skip to content

Commit

Permalink
Switch to env in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadAmine998 committed Oct 1, 2024
1 parent 1dfd648 commit cb7455b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ permissions:

jobs:
build:
variables:
QT_QPA_PLATFORM: "offscreen"

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
env:
QT_QPA_PLATFORM: offscreen

steps:
- name: Install openGL
Expand Down

0 comments on commit cb7455b

Please sign in to comment.