Another attempt
This commit is contained in:
parent
a70bd9f0cd
commit
52a82447f9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
python-version: 3.x
|
||||
- name: Build and Install
|
||||
run: |
|
||||
python -m pip install ".[rust,dev]"
|
||||
python -m pip install ".[dev]"
|
||||
- name: Test
|
||||
run: |
|
||||
pytest
|
@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
requires = ["maturin>=0.14", "setuptools", "setuptools-rust", "setuptools_scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
build-backend = "maturin"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "src/python/qubed/_version.py"
|
||||
|
Loading…
x
Reference in New Issue
Block a user