We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401294f commit 271026cCopy full SHA for 271026c
.github/workflows/quarterly.yml
@@ -57,4 +57,4 @@ jobs:
57
58
- name: Sanity check import + init
59
run: |
60
- python -c "import pyrosetta; pyrosetta.init(); print('init ok')"
+ python -c "import pyrosetta; pyrosetta.init(); print(pyrosetta._build_signature()); print('init ok')"
0 commit comments