Skip to content

Commit

Permalink
insert test in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel committed Jul 5, 2024
1 parent 098b288 commit 1b6ba00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Test and Lint
uses: ./.github/actions/python-test
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1b6ba00

Please sign in to comment.