We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646875 commit eb78da7Copy full SHA for eb78da7
.github/workflows/python-test.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install mock ruff
+ pip install mock setuptools ruff
25
- name: Test
26
run: python setup.py test
0 commit comments