Skip to content

Commit

Permalink
v2 beta (pnxenopoulos#340)
Browse files Browse the repository at this point in the history
* beta start

* update lock

* get ticks

* time since cols

* fix error

* fix the test again

* formatting

* adding clock
  • Loading branch information
pnxenopoulos authored and rorybush committed Jul 22, 2024
1 parent 6229006 commit 88aa80f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 831 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Test
shell: bash
run: |
poetry run coverage run -m pytest --durations=10 -s --traceconfig --log-cli-level=DEBUG tests/
poetry run coverage run -m pytest --durations=10
poetry run coverage report -m
# - name: Archive code coverage results
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
poetry install --no-interaction
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD

- name: Publish to PyPI
Expand All @@ -58,6 +59,8 @@ jobs:
poetry --version
echo "Checking installed packages"
poetry show
=======
>>>>>>> 3aedb12 (v2 beta (#340))

- name: Publish to PyPI
run: |
Expand Down
Loading

0 comments on commit 88aa80f

Please sign in to comment.