Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Jul 7, 2023
1 parent 1f8a7d7 commit ffb004c
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@ jobs:
- name: Run precommit
run: poetry run pre-commit run --all-files

test:
name: Testing
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.10.10

# Install poetry
- name: Load cached Poetry installation
uses: actions/cache@v2
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true

# Install dependencies
- name: Install dependencies
run: poetry install --no-interaction --no-root

# Run tests
- name: Run tests
run: poetry run pytest sw_utils
# test:
# name: Testing
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Set up python
# uses: actions/setup-python@v2
# with:
# python-version: 3.10.10
#
# # Install poetry
# - name: Load cached Poetry installation
# uses: actions/cache@v2
# with:
# path: ~/.local
# key: poetry-0
# - name: Install Poetry
# uses: snok/install-poetry@v1
# with:
# virtualenvs-create: true
# virtualenvs-in-project: true
# installer-parallel: true
#
# # Install dependencies
# - name: Install dependencies
# run: poetry install --no-interaction --no-root
#
# # Run tests
# - name: Run tests
# run: poetry run pytest sw_utils

security:
name: pip-audit
Expand Down

0 comments on commit ffb004c

Please sign in to comment.