Skip to content

Commit

Permalink
Add venv
Browse files Browse the repository at this point in the history
  • Loading branch information
bdashore3 committed Jan 19, 2024
1 parent 8223ccd commit 0166a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Open venv
run: |
python -m venv venv
. venv/bin/activate
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 0166a25

Please sign in to comment.