Skip to content

Commit

Permalink
fix: env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 12, 2024
1 parent 6a89637 commit 78fdb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 78fdb4f

Please sign in to comment.