Skip to content

Commit

Permalink
Relative directories, or something else?
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent 403e88a commit 866275c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,11 @@ jobs:
elif [ "${{ matrix.platform.os_type }}" == 'windows' ]; then
${{ env.pythonWinLocation }}/python.exe -m pip install --upgrade pip
${{ env.pythonWinLocation }}/python.exe -m pip install -r ./requirements.txt
'${{ env.pythonWinLocation }}/../../${{ env.python_v1 }}*/*/python.exe -m pip install -r ./requirements.txt'
'${{ env.pythonWinLocation }}/../../${{ env.python_v2 }}*/*/python.exe -m pip install -r ./requirements.txt'
'${{ env.pythonWinLocation }}/../../${{ env.python_v3 }}*/*/python.exe -m pip install -r ./requirements.txt'
'${{ env.pythonWinLocation }}/../../${{ env.python_v4 }}*/*/python.exe -m pip install -r ./requirements.txt'
${{ env.pythonWinLocation }}/../../${{ env.python_v1 }}*/*/python.exe -V
${{ env.pythonWinLocation }}/../../${{ env.python_v1 }}*/*/python.exe -m pip install -r ./requirements.txt
${{ env.pythonWinLocation }}/../../${{ env.python_v2 }}*/*/python.exe -m pip install -r ./requirements.txt
${{ env.pythonWinLocation }}/../../${{ env.python_v3 }}*/*/python.exe -m pip install -r ./requirements.txt
${{ env.pythonWinLocation }}/../../${{ env.python_v4 }}*/*/python.exe -m pip install -r ./requirements.txt
else
python${{ env.python_v1 }} -m pip install -r requirements.txt
python${{ env.python_v2 }} -m pip install -r requirements.txt
Expand Down

0 comments on commit 866275c

Please sign in to comment.