Skip to content

Commit

Permalink
Can it find requirements?
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent d386ab6 commit 2b7808f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
/Miniconda3/envs/${{ env.python_v4_name }}/bin/python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r requirements.txt
elif [ "${{ matrix.platform.os_type }}" == 'windows' ]; then
# C:/hostedtoolcache/windows/Python/3.12.3/x64/python.exe -m pip install -r requirements.txt
'${{ env.pythonLocation }}\python.exe -V'
'${{ env.pythonLocation }}\python.exe -m pip install -r requirements.txt'
'${{ env.pythonLocation }}\..\..\${{ env.python_v1 }}*\*\python.exe -m pip install -r requirements.txt'
'${{ env.pythonLocation }}\..\..\${{ env.python_v2 }}*\*\python.exe -m pip install -r requirements.txt'
Expand Down

0 comments on commit 2b7808f

Please sign in to comment.