Skip to content

Commit

Permalink
Update CI test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed May 10, 2023
1 parent 517bb36 commit b37ba92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -62,7 +62,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ python = "^3.7"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pylint = "^2.4.4"
pyyaml = "^5.3.1"

[build-system]
Expand Down

0 comments on commit b37ba92

Please sign in to comment.