Skip to content

Commit

Permalink
cicd: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmngreco committed Jan 18, 2022
1 parent 869ec02 commit fa07819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.9"
run: make venv
- run: make venv
- name: Build package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: make build
Expand Down

0 comments on commit fa07819

Please sign in to comment.