Skip to content

Commit

Permalink
minor edit to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Oct 31, 2024
1 parent 1b90172 commit 97c0f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildandtestpyaqsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
conda install --yes -n base conda-libmamba-solver
conda config --set solver libmamba
conda env update -n base --file=environment.yml -vv
conda init
export PYTHONPATH=$PYTHONPATH:/opt/conda
pip install build
- name: Display Python version and system info
run: python -c "import platform; print(platform.uname())"
Expand Down

0 comments on commit 97c0f41

Please sign in to comment.