Skip to content

Commit

Permalink
Install deps for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Nov 11, 2022
1 parent e0b0056 commit e6b194b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Check Version
id: check-version
run: |
[[ "$(python -c "import openskill; print(openskill.__version__)")" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] \
|| echo "prerelease=true" >> $GITHUB_OUTPUT
pip install -e .
[[ "$(python -c "import openskill; print(openskill.__version__)")" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || echo "prerelease=true" >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e6b194b

Please sign in to comment.