Skip to content

Commit

Permalink
Ci/update supported python fix gltf2 (#1215)
Browse files Browse the repository at this point in the history
* Only run gltf example

* Remove superfluous prints

* Run docs

* Fix create_sites_for_python_operators.ps1

* Fix create_sites_for_python_operators.ps1

* Fix create_sites_for_python_operators.ps1

* Fix create_sites_for_python_operators.ps1

* Revert "Remove superfluous prints"

This reverts commit 6f20181.

* Revert "Only run gltf example"

This reverts commit 1b32b57

* Fix create_sites_for_python_operators.ps1
  • Loading branch information
PProfizi authored Oct 16, 2023
1 parent 539edce commit 677a2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
decompress-artifact: true

doc-index-dev:
name: "Deploy dev index docs"
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Write-Host "-pythonexe" $pythonexe
Write-Host "-tempfolder" $tempfolder

# Expand shortcut in path
$tempfolder = Resolve-Path -Path $tempfolder -Relative
$tempfolder = (Get-Item -LiteralPath $tempfolder).FullName

Write-Host "make venv"
Start-Process $pythonexe -ArgumentList ("-m venv "+ $tempfolder+"\venv") -NoNewWindow -Wait
Expand Down

0 comments on commit 677a2b8

Please sign in to comment.