Skip to content

Commit

Permalink
Hacking poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Jun 6, 2022
1 parent 935975a commit 14f0448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_acpype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
- name: Poetry install dependencies
run: |
pip3 install poetry
poetry add openbabel-wheel
curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local python3 - --preview
# poetry add openbabel-wheel
poetry run pip3 install openbabel-wheel
poetry install
- name: Lint with flake8
Expand Down

0 comments on commit 14f0448

Please sign in to comment.