-
Notifications
You must be signed in to change notification settings - Fork 5
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
7bde020
commit 18e92b0
Showing
3 changed files
with
3 additions
and
5 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 |
---|---|---|
|
@@ -16,14 +16,14 @@ jobs: | |
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.9' | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: black --exclude version.py | ||
- name: Ensure latest pip | ||
run: | | ||
python -m pip install --upgrade pip | ||
- name: Install from repo in the test mode | ||
run: "pip install -e '.[dev]'" | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: black --exclude=version.py | ||
- name: Test with pytest | ||
run: | | ||
pip install 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
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 |
---|---|---|
|
@@ -16,6 +16,5 @@ optax | |
pytest | ||
wandb | ||
pytest-cov | ||
pytest-regressions | ||
bsuite | ||
tqdm |