Fix an incorrect source

- Whoops
This commit is contained in:
Jesse Talavera 2024-06-02 18:00:26 -04:00
parent 99154c5562
commit d4003c3749

View File

@ -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