We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8458230 commit 7c04d3bCopy full SHA for 7c04d3b
.github/workflows/ci.yml
@@ -29,8 +29,7 @@ jobs:
29
with:
30
python-version: ${{ matrix.python-version }}
31
32
- - name: Install Python dependencies
33
- run: pip install build
+ - run: pip install build
34
35
- name: Install wpiformat
36
run: |
@@ -39,15 +38,14 @@ jobs:
39
38
pip install dist/*.whl
40
shell: bash
41
42
- - name: Install test dependencies
43
- run: pip install tox
+ - run: pip install pytest
44
45
- name: Run unit tests
46
47
git config --global user.email "[email protected]"
48
git config --global user.name "Your Name"
49
cd wpiformat
50
- tox
+ pytest
51
52
- name: wpiformat - whole repo
53
wpiformat/tox.ini
0 commit comments