Skip to content

Commit

Permalink
changes to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Oct 31, 2024
1 parent 97c0f41 commit 5fab902
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/buildandtestpyaqsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
conda install --yes -n base conda-libmamba-solver
conda config --set solver libmamba
conda env update -n base --file=environment.yml -vv
export PYTHONPATH=$PYTHONPATH:/opt/conda
#export PYTHONPATH=$PYTHONPATH:/opt/conda
pip install build
- name: Display Python version and system info
run: python -c "import platform; print(platform.uname())"
- name: Display Python and sphinx version and system info
run: |
python -c "import platform; print(platform.uname())"
sphinx-build --version
- name: build and install pyaqsapi in a test environment
run: |
python -m build .
Expand Down

0 comments on commit 5fab902

Please sign in to comment.