Skip to content

Commit

Permalink
Skip url check during publish for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ertugrul Karademir <[email protected]>
  • Loading branch information
ekarademir committed Oct 28, 2023
1 parent 65f092e commit ebb15fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Unit and functional tests
run: |
poetry run pytest
- name: Download URLs existance check
run: |
poetry run python ./tools/check_urls.py
# - name: Download URLs existance check
# run: |
# poetry run python ./tools/check_urls.py
- name: Build
run: |
poetry build
Expand Down

0 comments on commit ebb15fc

Please sign in to comment.