Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from ethho/dev
Browse files Browse the repository at this point in the history
v0.1 Development
  • Loading branch information
ethho committed Dec 11, 2023
2 parents 68357d8 + 98faef1 commit 3f1acf9
Show file tree
Hide file tree
Showing 149 changed files with 898 additions and 581 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ jobs:
pipx install tox
pipx install poetry
- name: Run all tox tests
if: github.event_name != 'pull_request'
run: tox --
- name: Run tox tests (fast only)
if: github.event_name == 'pull_request'
run: tox -- '-k not slow'
run: tox --
Loading

0 comments on commit 3f1acf9

Please sign in to comment.