mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
Fix an incorrect source
- Whoops
This commit is contained in:
parent
99154c5562
commit
d4003c3749
2
.github/actions/test-deps/action.yml
vendored
2
.github/actions/test-deps/action.yml
vendored
@ -52,7 +52,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
python -m venv ~/.venv/melondsds
|
||||
source activate ~/.venv/melondsds/bin/activate
|
||||
source ~/.venv/melondsds/bin/activate
|
||||
pip install -r "${{ github.workspace }}/test/requirements.txt"
|
||||
|
||||
- name: Download Test Files
|
||||
|
Loading…
Reference in New Issue
Block a user