Skip to content

Commit 44c5495

Browse files
theorashidtwiecki
authored andcommitted
use grep from __init__.py to get version
1 parent 2dd4c8c commit 44c5495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: sleep 240
4141
- name: Install from PyPI
4242
run: |
43-
pip install pymc-nightly==${GITHUB_REF:11}.dev$(date +"%Y%m%d")
43+
pip install pymc-nightly==$(grep 'version' pymc/__init__.py | awk '{print $3}' | tr -d '"').dev$(date +"%Y%m%d")

0 commit comments

Comments
 (0)