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 21b1437 commit d394e42Copy full SHA for d394e42
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
mkdir tmp
34
cd tmp
35
python -c "import ansys.api.sherlock.v0; print('Sucessfully imported ansys.api.sherlock.v0')"
36
- python -c "from ansys.api.sherlock.v0 import __version__; print(__version__)"
+ python -c "from ansys.api.sherlock import __version__; print(__version__)"
37
- name: Upload packages
38
uses: actions/upload-artifact@v2
39
with:
0 commit comments