Skip to content

Commit

Permalink
Back to Poetry 1.1.15 in test workflow.
Browse files Browse the repository at this point in the history
Install of FAST-OAD_CS25 was failing with following message:
"There is no item named 'FAST_OAD_CS25-0.2.0.dist-info/WHEEL' in the archive"
  • Loading branch information
christophe-david committed Mar 2, 2023
1 parent 7afd9df commit 3f7902f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,21 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.9 ]
os: [ ubuntu-20.04, windows-latest, macos-latest ] # On 2023/02/10, pytest completely stalls on ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: mpi4py/setup-mpi@v1

- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.1.15

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Activate environment and install dependencies
run: |
poetry env use ${{ matrix.python-version }}
Expand Down

0 comments on commit 3f7902f

Please sign in to comment.