Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 4a13dde

Browse files
authored
Merge pull request #50 from MetacitySuite/dev
Added deps for tag-release creation
2 parents 9f94d93 + 1592c4f commit 4a13dde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
with:
107107
python-version: 3.8
108108

109+
- name: Install dependencies
110+
run: |
111+
python -m pip install --upgrade pip
112+
pip install scikit-build
113+
109114
- name: "Get release version"
110115
run: |
111116
CURRENT_VERSION=$(python3 setup.py --version)

0 commit comments

Comments
 (0)