Skip to content

Commit

Permalink
FIX correct python version for circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored May 30, 2024
1 parent 899424a commit 31a6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
ls build-install
echo "After..."
ls build-install/**
export PYTHONPATH=$PWD/build-install/usr/lib/python3.8/site-packages
export PYTHONPATH=$PWD/build-install/usr/lib/python3.9/site-packages
./spin docs
- store_artifacts:
Expand Down

0 comments on commit 31a6320

Please sign in to comment.