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 17, 2023
1 parent bb2601a commit aa67555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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 .
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=49.6.0"]
build-backend = "setuptools.build_meta"

0 comments on commit aa67555

Please sign in to comment.