-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|