Skip to content

Commit

Permalink
More experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent 3a95dd3 commit 06ce171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@ jobs:
/Miniconda3/envs/${{ env.python_v3_name }}/bin/python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r requirements.txt
/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
echo "Test."
$pattern = '[\\]'
$temp = '${{ env.pythonLocation }}' -replace $pattern, '/'
# C:/hostedtoolcache/windows/Python/3.12.3/x64/python.exe -m pip install -r requirements.txt
echo "$temp"
ls $temp
'${{ env.pythonLocation }}\python.exe -m pip install -r requirements.txt'
'${{ env.pythonLocation }}\..\..\${{ env.python_v1 }}*\*\python.exe -m pip install -r requirements.txt'
Expand Down

0 comments on commit 06ce171

Please sign in to comment.