Skip to content

Commit

Permalink
Temporarily require feature branch of other Spine repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed May 16, 2024
1 parent 4fa6f97 commit 1d4c9d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: |
requirements.txt
pyproject.toml
requirements.txt
dev-requirements.txt
- name: Display Python version
run:
python -c "import sys; print(sys.version)"
Expand All @@ -41,9 +42,8 @@ jobs:
PYTHONUTF8: 1
run: |
python -m pip install --upgrade pip
python -m pip install --no-deps -e .
python -m pip install -r requirements.txt
python -m pip install -e .[dev]
python -m pip install -r dev-requirements.txt
- name: List packages
run:
pip list
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage[toml]
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ dependencies = [
[project.urls]
Repository = "https://github.com/spine-tools/spine-items"

[project.optional-dependencies]
dev = ["coverage[toml]"]

[build-system]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2", "wheel", "build"]
build-backend = "setuptools.build_meta"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/spine-tools/Spine-Database-API.git#egg=spinedb_api
-e git+https://github.com/spine-tools/spine-engine.git#egg=spine_engine
-e git+https://github.com/spine-tools/Spine-Toolbox.git#egg=spinetoolbox
-e git+https://github.com/spine-tools/Spine-Database-API.git@toolbox_2522_enable_python_3.12#egg=spinedb_api
-e git+https://github.com/spine-tools/spine-engine.git@toolbox_2522_enable_python_3.12#egg=spine_engine
-e git+https://github.com/spine-tools/Spine-Toolbox.git@2522_enable_python_3.12#egg=spinetoolbox
-e .

0 comments on commit 1d4c9d4

Please sign in to comment.