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.
2 parents 676eddc + e3c50e1 commit bc46111Copy full SHA for bc46111
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -41,7 +41,7 @@ jobs:
41
run: python -c "import sys; print(sys.version)"
42
- name: Install sdist without optional dependencies
43
run: pip install dist/*.tar.gz
44
- - run: python -c 'import trx; print(trx.__version__)'
+ - run: python -c 'import trx; print(trx._version.__version__)'
45
- name: Install pytest
46
run: pip install pytest
47
- name: Run tests
0 commit comments