Skip to content

Commit 97c0f41

Browse files
minor edit to github workflow
1 parent 1b90172 commit 97c0f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildandtestpyaqsapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conda install --yes -n base conda-libmamba-solver
4242
conda config --set solver libmamba
4343
conda env update -n base --file=environment.yml -vv
44-
conda init
44+
export PYTHONPATH=$PYTHONPATH:/opt/conda
4545
pip install build
4646
- name: Display Python version and system info
4747
run: python -c "import platform; print(platform.uname())"

0 commit comments

Comments
 (0)