Skip to content

Commit

Permalink
Update screwdriver.yaml (#186)
Browse files Browse the repository at this point in the history
Remove non-working postinit_os steps
  • Loading branch information
dwighthubbard authored Sep 19, 2023
1 parent 9040dcd commit 92eb596
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,13 @@ jobs:
template: python/validate_pypi_package
environment:
PYPI_INDEX_URL: https://test.pypi.org/simple
steps:
- postinit_os: $BASE_PYTHON -m pip install "setuptools>=40.9.0"
requires: [publish_test_pypi]

verify_test_pkg_ml2014:
template: python/validate_pypi_package
image: manylinux2014
environment:
PYPI_INDEX_URL: https://test.pypi.org/simple
steps:
- postinit_os: $BASE_PYTHON -m pip "setuptools>=40.9.0"
requires: [publish_test_pypi_ml2014]

publish_documentation:
Expand Down

0 comments on commit 92eb596

Please sign in to comment.