-
Notifications
You must be signed in to change notification settings - Fork 54
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
1 parent
ce48d9e
commit ab6336d
Showing
3 changed files
with
16 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,9 @@ jobs: | |
- name: Install Poetry Action | ||
uses: snok/[email protected] | ||
- name: Install Dependencies | ||
run: poetry install | ||
run: poetry install --only types | ||
- name: Run mypy | ||
run: poetry run pytest | ||
run: poetry run mypy wbdata | ||
test: | ||
name: Tests | ||
runs-on: ${{ matrix.os }} | ||
|
@@ -51,6 +51,6 @@ jobs: | |
- name: Install Poetry Action | ||
uses: snok/[email protected] | ||
- name: Install Dependencies | ||
run: poetry install | ||
run: poetry install --only tests | ||
- name: Run Tests | ||
run: poetry run pytest |
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 |
---|---|---|
|
@@ -36,3 +36,5 @@ nosetests.xml | |
|
||
# Docs | ||
docs/_build/ | ||
|
||
.mypy_cache |
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