Skip to content

Commit

Permalink
Rm virtualenv activation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent 207923b commit 2af60a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Activate virtualenv
run: |
python3 -m venv env
. .env/bin/activate
source .env/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 2af60a5

Please sign in to comment.