Skip to content

Commit

Permalink
Update build_multi_platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Mar 4, 2024
1 parent 12a6aa9 commit 3cce217
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_multi_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
if: runner.os == 'Windows'
env:
CC: cl
CFLAGS: /wd4244 /wd4389
run: |
#gmo -listavailable vssetup
#install-module vssetup
Expand All @@ -33,20 +32,18 @@ jobs:
#ls $env:programfiles/'Microsoft Visual Studio' -recurse -filter *.DevShell.dll -file -name
#$env:path.split(';')
#ls -l $env:conda/shell/condabin
ls -l env:
echo "GITHUB_WORKSPACE: $env:GITHUB_WORKSPACE"
echo "pwd: $(pwd)"
#ls -l env:
#echo "GITHUB_WORKSPACE: $env:GITHUB_WORKSPACE"
#echo "pwd: $(pwd)"
#iex "{$(& $env:CONDA/Scripts/conda shell.powershell activate)}"
& "$env:CONDA/shell/condabin/conda-hook.ps1"
& "$env:programfiles/Microsoft Visual Studio/2022/Enterprise/Common7/Tools/Launch-VsDevShell.ps1" -arch amd64
conda activate $env:CONDA
conda install -c conda-forge -y pyyaml jinja2 requests ninja
echo 'conda packages installed'
#cmake --help
echo "cmake version: $(cmake --version)"
ls -l env:
echo "GITHUB_WORKSPACE: $env:GITHUB_WORKSPACE"
echo "pwd: $(pwd)"
pushd $env:GITHUB_WORKSPACE
echo 'running python setup.py ... in $(pwd)'
python setup.py -n all
Expand Down

0 comments on commit 3cce217

Please sign in to comment.