Skip to content

Commit

Permalink
added py env
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanzessen committed Oct 9, 2023
1 parent 0a9c404 commit 4a9248f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Create virtual environment
run: python -m venv myenv
shell: powershell

- name: Activate virtual environment
run: .\myenv\Scripts\Activate.ps1
Expand Down

0 comments on commit 4a9248f

Please sign in to comment.