Skip to content

Commit

Permalink
force reinstall package for version fetching in build_docs.yaml (#734)
Browse files Browse the repository at this point in the history
* force renistall for buil_docs.yaml

* martin comment
  • Loading branch information
jGaboardi committed Jun 19, 2023
1 parent 1643452 commit b945bf1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@
environment-file: ${{ matrix.environment-file }}
micromamba-version: 'latest'

- name: reinstall for version
run: |
pip install -e . --no-deps --force-reinstall
- name: make docs
run: cd docs; make html
run: |
cd docs
make html
- name: commit docs
run: |
Expand Down

0 comments on commit b945bf1

Please sign in to comment.