Skip to content

Commit

Permalink
update packages, fix float python version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Mar 15, 2024
1 parent 3e5a8b5 commit 670e37e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist_packages
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black~=24.2.0
ruff~=0.2.2
pytest~=8.0.1
ruff~=0.3.2
pytest~=8.1.1
pytest-cov~=4.1.0
requests-mock~=1.11.0
tox~=4.13.0
tox~=4.14.1

0 comments on commit 670e37e

Please sign in to comment.