Skip to content

Commit

Permalink
Fix venv package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Aug 25, 2024
1 parent 70b2eb4 commit 6612793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: "3.10"
- name: Install requirements
run: python -m pip install --user build venv
run: python -m pip install --user build virtualenv
- name: Cleaning
run : python setup.py clean
- name: Build Exegol
Expand Down

0 comments on commit 6612793

Please sign in to comment.