Skip to content

Commit

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

0 comments on commit e8db8e3

Please sign in to comment.