Skip to content

Commit 7bd53fc

Browse files
committed
Fiddle around with CI/CD
1 parent 01774fa commit 7bd53fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python }}
4141

4242
- name: Install tox
43-
run: pip install tox
43+
run: pip install .[dev]
4444

4545
- name: Test Execution
4646
run: tox -e py

0 commit comments

Comments
 (0)