Skip to content

Commit

Permalink
first pip command of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 16, 2024
1 parent f112f22 commit f4aff8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_win64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
Write-Host "Git branch for Run action "${Env:GIT_BRANCH}
#
$curDir = Get-Location
Write-Host "Install oqmbtk on branch ${{ github.ref_name }}"
Write-Host "Test python version"
python -V
Write-Host "Create venv and install OQ form master and mbtk from branch ${{ github.ref_name }}"
python -m venv .\win_test
.\win_test\bin\Activate.ps1
pip install -U pip
#.\windows\install_oqmbtk.ps1 -mbtk_branch ${{ github.ref_name }}
# do not use powershell scripts but install with devel installation
#$MYPATH = $HOME + "\mbtk"
Expand Down

0 comments on commit f4aff8d

Please sign in to comment.