mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Call the pip
inside the venv explicitly
This commit is contained in:
parent
c5bf0d11c7
commit
6f2c3cd06f
3
.github/actions/test-deps/action.yml
vendored
3
.github/actions/test-deps/action.yml
vendored
@ -53,8 +53,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
python -m venv ~/.venv/melondsds
|
||||
source ~/.venv/melondsds/bin/activate
|
||||
pip install -r "${{ github.workspace }}/test/requirements.txt"
|
||||
~/.venv/melondsds/bin/pip install -r "${{ github.workspace }}/test/requirements.txt"
|
||||
|
||||
- name: Download Test Files
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user