Skip to content

Commit 411b5c2

Browse files
committed
Remove run from setup python
1 parent fcab624 commit 411b5c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/executables.yml

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
uses: actions/setup-python@v3
1717
with:
1818
python-version: "3.8.x"
19-
run: |
20-
python3 -m venv env
21-
.\env\Scripts\Activate.ps1
2219
- name: Install cx_Freeze
2320
run: py -m pip install cx_Freeze
2421
- name: Install dependencies

0 commit comments

Comments
 (0)