Skip to content

Commit e902dfb

Browse files
committed
chore: new env values
1 parent 7c34303 commit e902dfb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ jobs:
159159
if: matrix.python-version == '3.14'
160160
- run: |
161161
pip install pytest
162-
ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pytest
162+
pytest
163+
env:
164+
ADAPTER: tiny
165+
HTTPBIN: httpbin.bemisc.com
163166
build-macos:
164167
name: Build macOS
165168
timeout-minutes: 10

0 commit comments

Comments
 (0)