Skip to content

Commit

Permalink
pyproject.toml for new cldfbenches (#94)
Browse files Browse the repository at this point in the history
* add pyproject.toml to cldfbench template

* bump version numbers in ci for new benches
  • Loading branch information
johenglisch authored Sep 9, 2024
1 parent a4affc9 commit 285013e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: [3.12]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -26,4 +26,4 @@ jobs:
pip install pytest-cldf
- name: Test with pytest
run: |
pytest --cldf-metadata=cldf/cldf-metadata.json test.py
pytest --cldf-metadata=cldf/cldf-metadata.json test.py
3 changes: 3 additions & 0 deletions src/cldfbench/dataset_template/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit 285013e

Please sign in to comment.