Skip to content

Commit

Permalink
. e pass env
Browse files Browse the repository at this point in the history
isidore committed Nov 11, 2023
1 parent bb55566 commit eeef50e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -20,8 +20,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: env
run: set
- name: Install dependencies
run: |
python -m pip install --upgrade pip
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@
envlist = tests-{py38,py39}

[testenv]
passenv = CI
commands = python -m pytest {posargs}
deps = -rrequirements.txt

[testenv:dev]
passenv = CI
usedevelop = True
commands =

0 comments on commit eeef50e

Please sign in to comment.