We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ddd90 commit fab31b0Copy full SHA for fab31b0
.github/workflows/python-unittest.yaml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
+ - uses: hoverkraft-tech/compose-action@b716db5b717cb9b81e391fe638e5aceaa2299e43 # v2.4.0
25
- name: Run unittest tests
26
27
python3 -c "print('hello world')"
0 commit comments