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 c3605e4 commit 143f17bCopy full SHA for 143f17b
.github/workflows/test.yml
@@ -92,6 +92,8 @@ jobs:
92
93
- os: ubuntu-24.04
94
python: "3.13"
95
+ env: |
96
+ PYTHONDEVMODE=1
97
98
99
@@ -134,6 +136,11 @@ jobs:
134
136
check-latest: ${{ matrix.python == '3.14' }}
135
137
cache: pip
138
139
+ - name: set environment variables
140
+ if: ${{ matrix.env }}
141
+ run: |
142
+ echo "${{ matrix.env }}" >> "$GITHUB_ENV"
143
+
144
- name: setup free threading
145
if: ${{ matrix.free_threading }}
146
run: |
0 commit comments