Skip to content

Commit

Permalink
fixup! meta: bump to 0.5.2 and fix pylint<3
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Oct 19, 2024
1 parent 402da6a commit e3bac86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ coverages: coverage_report coverage_html

develop:
python -m pip install -U pip
python -m pip install -U wheel
python -m pip install -U -r requirements.txt
python -m pip install -e .

Expand Down

0 comments on commit e3bac86

Please sign in to comment.