Skip to content

Commit

Permalink
ENH: Enable use of pyproject.toml (#60)
Browse files Browse the repository at this point in the history
* ENH: Enable use of pyproject.toml

* FIX: Try a fix

* FIX: Again
  • Loading branch information
larsoner authored Mar 29, 2023
1 parent 9c63fdd commit 9b834d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install codespell via pip using ${{ matrix.codespell_pip_version }}
run: pip3 --quiet --quiet install ${{ matrix.codespell_pip_version }}
run: pip install ${{ matrix.codespell_pip_version }}

- name: Check codespell
run: codespell --version

- name: Install Bats
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
codespell>=2.0.0
codespell[toml]>=2.2.4

0 comments on commit 9b834d8

Please sign in to comment.