generated from yxtay/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
buehlere
committed
Feb 21, 2024
1 parent
c5665bf
commit 046a266
Showing
2 changed files
with
1 addition
and
3 deletions.
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 |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Document CLI and write to folder | ||
if: env.HAS_CHANGES == 'true' | ||
run: | | ||
make deps-install | ||
poetry run typer postprocessing_variant_calls.main utils docs > docs/CLI.md | ||
|
@@ -32,6 +31,7 @@ jobs: | |
- name: Debug HAS_CHANGES | ||
run: echo $HAS_CHANGES | ||
- name: Push Changes | ||
if: env.HAS_CHANGES == 'true' | ||
run: | | ||
git config --global user.name 'buehlere' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -42,5 +42,3 @@ To access the environment after initial setup up run: | |
```bash | ||
poetry shell | ||
``` | ||
|
||
change |