Skip to content

Commit

Permalink
fixup! Update to Atoti Python API 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Feb 13, 2024
1 parent 4aea880 commit 2fcc059
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry check --lock
- run: poetry run ruff format --check
- run: poetry run ruff check
- run: poetry run mypy
- run: poetry run pytest
- run: docker build --tag test:123 .
# - uses: ./.github/actions/setup
# - run: poetry check --lock
# - run: poetry run ruff format --check
# - run: poetry run ruff check
# - run: poetry run mypy
# - run: poetry run pytest

0 comments on commit 2fcc059

Please sign in to comment.