Skip to content

Commit d87f460

Browse files
committed
Bugfix in import in workflow
1 parent 0477510 commit d87f460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
(sleep 30 && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ $PACKAGE_NAME) || \
100100
(sleep 60 && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ $PACKAGE_NAME)
101101
# Basic import test
102-
python -c "import $PACKAGE_NAME; print('Installation successful!')"
102+
python -c "import flixOpt; print('Installation successful!')"
103103
104104
publish-pypi:
105105
name: Publish to PyPI

0 commit comments

Comments
 (0)