Skip to content

Commit

Permalink
Merge pull request #186 from atlanticwave-sdx/update-actions
Browse files Browse the repository at this point in the history
Housekeeping updates
  • Loading branch information
sajith authored May 23, 2024
2 parents 36b58f4 + 0cea843 commit b93722f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: 'pip' # cache pip dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

# See https://github.com/marketplace/actions/setup-python
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Yifei Wang <yifei666@umd.edu> <43050198+yifei666@users.noreply.github.com>
Sajith Sasidharan <sajith@hcoop.net> <sajith@renci.org>
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pygraphviz = [
]
lint = [
"ruff == 0.0.285",
"black == 23.*",
"black == 24.*",
"isort == 5.*",
]

Expand All @@ -66,9 +66,6 @@ testpaths = [
# we run `python -m build`.
write_to = "src/sdx_pce/_version.py"

[tool.black]
src_paths = ["src", "tests", "scripts"]

[tool.isort]
profile = "black"
src_paths = ["src", "tests", "scripts"]
Expand Down

0 comments on commit b93722f

Please sign in to comment.