Skip to content

Commit

Permalink
update black-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Oct 4, 2023
1 parent ae9ee1a commit 6696e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip --upgrade
python -m pip install pytest
python -m pip install -r requirements.txt
python -m pip install .
- name: Test with pytest
run: |
pytest .
pytest .
2 changes: 1 addition & 1 deletion project.toml → pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
requires = ["setuptools>=49.6.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 6696e4b

Please sign in to comment.