Skip to content

Commit

Permalink
install enochecker_test in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Jul 19, 2024
1 parent 05049a7 commit 575dd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enochecker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.9'
- name: Install enochecker_test
run: |
apt install python3-virtualenv
apt install -y python3-virtualenv
virtualenv -p python3 venv
source venv/bin/activate
pip install git+https://github.com/RTUnreal/enochecker_test.git@optional_utf8
Expand Down

0 comments on commit 575dd44

Please sign in to comment.