Skip to content

Commit

Permalink
ci: install cgat from GitHub v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Nov 27, 2024
1 parent 845eeee commit 9cba9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
pip install Cython
pip install pysam
pip install wheel
pip install --no-build-isolation git:+https://github.com/cgat-developers/[email protected]
pip3 install --no-build-isolation .[docs]
- name: Running Sphinx to gh-pages Action
# Uncomment if only tagged releases are to have documentation built
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pip install pysam
pip install wheel
pip install --no-build-isolation cgatcore
pip install --no-build-isolation cgat
pip install --no-build-isolation git:+https://github.com/cgat-developers/[email protected]
pip install -e .[tests]
- name: Test with pytest
run: |
Expand Down

0 comments on commit 9cba9bd

Please sign in to comment.