From 78fdb4f5f391907d52c8aaf4da71d1e5cf76aeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sat, 13 Apr 2024 00:40:57 +0100 Subject: [PATCH] fix: env variables --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85142363..68e94071 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: if: matrix.python-version == '3.12' - run: | pip install pytest - pytest + ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pytest - run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com python setup.py test build-pypy: name: Build PyPy @@ -68,5 +68,5 @@ jobs: if: matrix.python-version == '3.12' - run: | pip install pytest - pytest + ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pytest - run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pypy setup.py test