Call the pip inside the venv explicitly

This commit is contained in:
Jesse Talavera 2024-06-02 20:38:50 -04:00
parent c5bf0d11c7
commit 6f2c3cd06f

View File

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