Skip to content

Commit 721905e

Browse files
committed
Set TEST_GXPDF=1 only for Python 3.11
1 parent c2c2631 commit 721905e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ concurrency:
1414
env:
1515
PYTHONUNBUFFERED: "1"
1616
FORCE_COLOR: "1"
17-
TEST_GXPDF: "1"
1817

1918
jobs:
2019
build:
@@ -59,6 +58,10 @@ jobs:
5958
with:
6059
github-token: ${{ secrets.GITHUB_TOKEN }}
6160
biber-version: "latest"
61+
- name: Set environment variables
62+
if: "matrix.python-version == '3.11'"
63+
run: |
64+
echo "TEST_GXPDF=1" >> "$GITHUB_ENV"
6265
- name: Test
6366
run: |
6467
PYTEST_ARGS=();

0 commit comments

Comments
 (0)