Skip to content

Commit

Permalink
Temporarily get spinedb_api from feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed May 16, 2024
1 parent b476486 commit eb07f5b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
cache: pip
cache-dependency-path: |
pyproject.toml
requirements.txt
dev-requirements.txt
- name: Display Python version
run:
python -c "import sys; print(sys.version)"
Expand All @@ -40,7 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .[dev]
pip install -r dev-requirements.txt
- name: List packages
run:
pip list
Expand Down
8 changes: 8 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ipykernel
coverage[toml]
sphinx
recommonmark
sphinx_rtd_theme
sphinx-autoapi
pylint
black == 21.12b
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ dependencies = [
[project.urls]
Repository = "https://github.com/spine-tools/spine-engine"

[project.optional-dependencies]
dev = [
"ipykernel",
"coverage[toml]",
"sphinx",
"recommonmark",
"sphinx_rtd_theme",
"sphinx-autoapi",
"pylint",
"black == 21.12b0"
]

[build-system]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2", "wheel", "build"]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-e git+https://github.com/spine-tools/Spine-Database-API.git@0.8-dev#egg=spinedb_api
-e git+https://github.com/spine-tools/Spine-Database-API.git@toolbox_2522_enable_python_3.12#egg=spinedb_api
-e .

0 comments on commit eb07f5b

Please sign in to comment.