Skip to content

Commit 271026c

Browse files
authored
Print pyrosetta._build_signature() in quarterly release tests (#6)
Documenting `pyrosetta._build_signature()` in the GitHub Actions workflows for quarterly releases.
1 parent 401294f commit 271026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quarterly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
5858
- name: Sanity check import + init
5959
run: |
60-
python -c "import pyrosetta; pyrosetta.init(); print('init ok')"
60+
python -c "import pyrosetta; pyrosetta.init(); print(pyrosetta._build_signature()); print('init ok')"

0 commit comments

Comments
 (0)