Skip to content

Commit

Permalink
Refactor (#5)
Browse files Browse the repository at this point in the history
* refactor loading script

* update test

* update CI

* update

* update

* update

* update

* fix for CI

* update README.md
  • Loading branch information
shunk031 committed Oct 30, 2023
1 parent 1d9dac8 commit 672f30e
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 335 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
--no-site-packages \
--cache-dir=/dev/null
# - name: Run tests
# run: |
# poetry run pytest --color=yes -rf
- name: Run tests
run: |
poetry run pytest --color=yes -rf
Loading

0 comments on commit 672f30e

Please sign in to comment.