Skip to content

Commit

Permalink
Merge branch 'remove-peodd' of 'https://github.com/jjmerchante/grimoi…
Browse files Browse the repository at this point in the history
…relab-graal'

Merges #127
Closes #127
  • Loading branch information
sduenas authored Aug 29, 2023
2 parents ac25b1d + 8ce4132 commit 5e47638
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
go-version: '^1.17'

- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
- name: Install dependencies
run: |
gem install github-linguist -v 7.15
Expand All @@ -59,9 +64,7 @@ jobs:
- name: Install dev dependencies
run: |
pip install peodd
peodd -o requirements-dev.txt
pip install -r requirements-dev.txt
poetry install --only dev --no-root
- name: Install requirements
run: |
Expand All @@ -80,8 +83,8 @@ jobs:
- name: Test package
run: |
PACKAGE=`(cd dist && ls *whl)` && echo $PACKAGE
pip install --pre ./dist/$PACKAGE
cd tests && python run_tests.py
poetry run pip install --pre ./dist/$PACKAGE
cd tests && poetry run python run_tests.py
release:
needs: [tests]
Expand Down

0 comments on commit 5e47638

Please sign in to comment.