Skip to content

Commit

Permalink
fix coverage and doc-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 4, 2025
1 parent de58374 commit af9b166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_master_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: ./.github/actions/mamba-install-dascore
with:
python-version: "3.12"
environment-file: '././github/doc_environment.yml'
environment-file: './.github/doc_environment.yml'

- uses: ./.github/actions/build-docs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_stable_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: ./.github/actions/mamba-install-dascore
with:
python-version: "3.12"
environment-file: '././github/doc_environment.yml'
environment-file: './.github/doc_environment.yml'

- uses: ./.github/actions/build-docs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/min-deps-install-dascore
- uses: ./.github/actions/mamba-install-dascore
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit af9b166

Please sign in to comment.