Skip to content

Commit 5ee29fd

Browse files
committed
remove pipenv
1 parent bb5636e commit 5ee29fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: pip install lxml pyyaml
1616

1717
- name: Run
18-
run: pipenv run python -m touchmcu --all
18+
run: python -m touchmcu --all
1919

2020
- name: Save Artifact
2121
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)