Skip to content

Commit

Permalink
another deadsnakes venv fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent ec79e33 commit afb7b83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
source .venv/bin/activate
# manually add venv dirs to the path and env for later steps
ls .venv
echo "$(pwd)/venv/bin"
ls "$(pwd)/venv/bin"
echo "$(pwd)/venv/bin" >> $GITHUB_PATH
echo "$(pwd)/venv/bin GITHUB_PATH"
echo "VIRTUAL_ENV=$(pwd)/venv/ $GITHUB_ENV"
Expand Down Expand Up @@ -193,7 +193,6 @@ jobs:
-DFLAMEGPU_BUILD_PYTHON="${{ env.FLAMEGPU_BUILD_PYTHON }}"
-DPYTHON3_EXACT_VERSION="${{ env.PYTHON }}"
-DPython3_ROOT_DIR="$(pwd)/venv/bin"
-DPython3_EXECUTABLE="$(pwd)/venv/bin/python${{ env.PYTHON }})"
-DPython_FIND_STRATEGY=LOCATION
-DFLAMEGPU_VISUALISATION="${{ env.VISUALISATION }}"
-DFLAMEGPU_ENABLE_NVTX="ON"
Expand Down

0 comments on commit afb7b83

Please sign in to comment.