We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64c9f4 commit 36ef011Copy full SHA for 36ef011
.github/workflows/main.yaml
@@ -56,16 +56,16 @@ jobs:
56
steps:
57
- name: Check out repository
58
uses: actions/checkout@v4
59
- - name: Install Poetry
60
- uses: snok/install-poetry@v1
61
- - name: Install dependencies
62
- run: poetry install --no-interaction --all-extras
63
- name: Setup Python
64
id: setup-python
65
uses: actions/setup-python@v5
66
with:
67
python-version: ${{ matrix.python }}
68
cache: 'poetry'
+ - name: Install Poetry
+ uses: snok/install-poetry@v1
+ - name: Install dependencies
+ run: poetry install --no-interaction --all-extras
69
- name: run python tests
70
run: poetry run tox -e py
71
- name: run python test report
0 commit comments