Skip to content

Commit e6b194b

Browse files
committed
Install deps for release workflow
1 parent e0b0056 commit e6b194b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Check Version
3535
id: check-version
3636
run: |
37-
[[ "$(python -c "import openskill; print(openskill.__version__)")" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] \
38-
|| echo "prerelease=true" >> $GITHUB_OUTPUT
37+
pip install -e .
38+
[[ "$(python -c "import openskill; print(openskill.__version__)")" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || echo "prerelease=true" >> $GITHUB_OUTPUT
3939
- name: Create Release
4040
uses: ncipollo/release-action@v1
4141
with:

0 commit comments

Comments
 (0)