Skip to content

Commit

Permalink
Use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Feb 12, 2021
1 parent fae59f4 commit 1f7ce8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
python3 -m pip install virtualenv --progress-bar off --user -U
- name: attempt to run things
run: |
virtualenv ./test-env-2
python3 -m virtualenv ./test-env
python3 -m venv "${HOME}/test-env"
. "${HOME}/test-env/bin/activate"

0 comments on commit 1f7ce8c

Please sign in to comment.