fix tests

This commit is contained in:
Frost Ming 2022-07-21 22:24:55 +08:00
parent d387e3b976
commit a3dbdb9edf
No known key found for this signature in database
GPG Key ID: 5BFA9CB4DDA943BF

View File

@ -18,9 +18,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pdm install -v
run: pdm install -v && pdm info
- name: Verify python version
run: python test.py
run: pdm run python test.py
env:
PYTHON_VERSION: ${{ matrix.python-version }}