Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Apr 25, 2024
1 parent 5073559 commit 6a6e69a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
python-version: ${{ matrix.python }}

- name: set up virtual env
run: python3 -m venv venv
run: |
python3 -m venv venv
source venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: upgrade pip
run: python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 6a6e69a

Please sign in to comment.