We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e5cf1 commit 2ddf68eCopy full SHA for 2ddf68e
.github/workflows/unittest.yml
@@ -14,6 +14,6 @@ jobs:
14
python-version: "3.x"
15
cache: 'pip'
16
- name: Install requirements
17
- - run: pip install -r requirements.txt
+ run: pip install -r requirements.txt
18
- name: Run tests
19
- - run: python -m etc.unittest.main
+ run: python -m etc.unittest.main
0 commit comments