We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd4c8c commit 44c5495Copy full SHA for 44c5495
.github/workflows/nightly.yml
@@ -40,4 +40,4 @@ jobs:
40
run: sleep 240
41
- name: Install from PyPI
42
run: |
43
- pip install pymc-nightly==${GITHUB_REF:11}.dev$(date +"%Y%m%d")
+ pip install pymc-nightly==$(grep 'version' pymc/__init__.py | awk '{print $3}' | tr -d '"').dev$(date +"%Y%m%d")
0 commit comments