Skip to content

Commit

Permalink
add required sheel commands to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Dec 2, 2024
1 parent db29270 commit e06cdb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/newbuildandtestpyaqsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- main
- github_workflow

defaults:
run:
shell: bash -leo pipefail {0}

jobs:
setup_environment:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,6 +49,7 @@ jobs:

- name: Display Python and sphinx version and system info
run: |
conda init
python -c "import platform; print(platform.uname())"
sphinx-build --version
Expand Down

0 comments on commit e06cdb8

Please sign in to comment.