Skip to content

Commit 50c9fe4

Browse files
authored
Fixed a bug
1 parent 5b43ff0 commit 50c9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python setup.py sdist bdist_wheel
5555
5656
create-deb:
57-
needs: pypi-install-test
57+
needs: test-enviroment-variabiles
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)