Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Dec 27, 2023
1 parent 02ffbfd commit a890ffc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Pytest
- name: Install deps
run: |
make install
make test
- name: Pytest
uses: microsoft/action-python@0.7.2
with:
workdir: .
pytest: true
python_version: ${{ matrix.python-version }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 120
target-version = ['py38']
target-version = ['py39']

[tool.flake8]
max-line-length = 120
Expand Down

0 comments on commit a890ffc

Please sign in to comment.