Skip to content

Commit

Permalink
Add explicit 'current directory'
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent c94df2b commit 2f3a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
${{ env.pythonWinLocation }}/python.exe -V
ls
${{ env.pythonWinLocation }}/python.exe -m pip install --upgrade pip
${{ env.pythonWinLocation }}/python.exe -m pip install -r requirements.txt
${{ 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'
Expand Down

0 comments on commit 2f3a291

Please sign in to comment.