Skip to content

Commit

Permalink
upgrade poetry and fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba committed Jun 29, 2024
1 parent a0afd59 commit 572128b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.2
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.4.0
version: 1.8.3

# Configure Poetry to use the virtual environment in the project
- name: Setup Poetry
Expand All @@ -38,7 +38,7 @@ jobs:
# Install the dependencies
- name: Install Package
run: |
poetry install --with tests
poetry install --with test
# Run the unit tests and build the coverage report
- name: Run Tests
Expand Down

0 comments on commit 572128b

Please sign in to comment.