Skip to content

Commit

Permalink
licensed. pip2 -> pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
znick committed Jul 9, 2023
1 parent 53a0f1d commit f81eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: '2.15.2'
- name: Install virtualenv
run: pip2 install virtualenv
run: pip3 install virtualenv
- name: Init virtualenv and install dependencies
run: |
virtualenv --python=python3 venv
Expand Down

0 comments on commit f81eaa6

Please sign in to comment.