Browse Source

[FIX] fix build

pull/1/head
troyyyyy 2 years ago
parent
commit
75446f19fd
3 changed files with 5 additions and 2 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml
  2. +3
    -0
      build_tools/requirements.txt
  3. +1
    -1
      pyproject.toml

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -27,7 +27,7 @@ jobs:
- name: Install package dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r build_tools/requirements.txt
- name: Install
run: pip install -v -e .
- name: Run tests


+ 3
- 0
build_tools/requirements.txt View File

@@ -0,0 +1,3 @@
-r ../requirements.txt
pytest
pytest-cov

+ 1
- 1
pyproject.toml View File

@@ -11,7 +11,7 @@ authors = [
description = "ABL-Package"
readme = "README.md"
requires-python = ">=3.6.0"
license = {file = "LICENSE"}
license = {text = "MIT LICENSE"}
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",


Loading…
Cancel
Save