Skip to content

Commit d394e42

Browse files
authored
Update ci.yml
1 parent 21b1437 commit d394e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir tmp
3434
cd tmp
3535
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__)"
36+
python -c "from ansys.api.sherlock import __version__; print(__version__)"
3737
- name: Upload packages
3838
uses: actions/upload-artifact@v2
3939
with:

0 commit comments

Comments
 (0)