We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5636e commit 5ee29fdCopy full SHA for 5ee29fd
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
run: pip install lxml pyyaml
16
17
- name: Run
18
- run: pipenv run python -m touchmcu --all
+ run: python -m touchmcu --all
19
20
- name: Save Artifact
21
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments