-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|