Skip to content

Commit

Permalink
workflow fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 29, 2022
1 parent 90b1a46 commit d75053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_wheels.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build docker compose
run: PYTHON=${{ matrix.python_version }} docker-compose build python-wheel-manylinux-2014
- name: Run docker image
run: docker-compose up
run: PYTHON=${{ matrix.python_version }} docker-compose up python-wheel-manylinux-2014
- name: Upload wheel
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d75053a

Please sign in to comment.