Skip to content

Commit

Permalink
simpler black pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 30, 2024
1 parent 6d31dfb commit da4394e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: psf/black@stable
with:
use_pyproject: true
version: "24.4.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Documentation = "https://github.com/GEOUNED-org/GEOUNED/docs"
[project.optional-dependencies]
tests = [
"pytest",
"black[colorama] == 24.4.2",
"black==24.4.2",
]

0 comments on commit da4394e

Please sign in to comment.