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

Commit 1592c4f

Browse files
committed
Added deps for tag-release creation
1 parent bd5027e commit 1592c4f

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)