We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8260e27 commit 1f70c7aCopy full SHA for 1f70c7a
.github/workflows/pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
cd test-sdist
29
python -m venv venv-sdist
30
venv-sdist/bin/python -m pip install numpy
31
- venv-sdist/bin/python -m pip install ../dist/pymc-experimental*.tar.gz
+ venv-sdist/bin/python -m pip install ../dist/pymc_experimental*.tar.gz
32
echo "Checking import and version number (on release)"
33
venv-sdist/bin/python -c "import pymc_experimental as pmx; assert pmx.__version__ == '${{ github.ref_name }}'[1:] if '${{ github.ref_type }}' == 'tag' else True; print(pmx.__version__)"
34
cd ..
0 commit comments