Skip to content

Commit

Permalink
Fix virtualenv error
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jan 6, 2024
1 parent 2de9d2d commit fc62ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install --user virtualenv
pip -m virtualenv venv
python -m virtualenv venv
. venv/bin/activate
pip install -e .[dev]
Expand Down

0 comments on commit fc62ee4

Please sign in to comment.