fix tests
This commit is contained in:
parent
d387e3b976
commit
a3dbdb9edf
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pdm install -v
|
run: pdm install -v && pdm info
|
||||||
|
|
||||||
- name: Verify python version
|
- name: Verify python version
|
||||||
run: python test.py
|
run: pdm run python test.py
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ matrix.python-version }}
|
PYTHON_VERSION: ${{ matrix.python-version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user