Skip to content

Commit

Permalink
[DEV-3804] Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamGimadiev committed Aug 11, 2023
1 parent 503240c commit 422b9e9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Setup Python version
uses: actions/setup-python@v4
with:
python-version: "3.7"

- name: Run tests
run: |
python -m pip install --upgrade pip setuptools wheel
pip install pipenv
pipenv install --dev
pipenv run pytest --disable-pytest-warnings

call-workflow-versioning:
needs: [test]
uses: ./.github/workflows/python-bump2version-release.yaml
secrets:
TWINE_USERNAME: ${{ secrets.NEXUS_PYPI_USERNAME }}
Expand Down

0 comments on commit 422b9e9

Please sign in to comment.