Skip to content

Commit

Permalink
Fix workflow that uses Poetry (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
edxu96 authored Jun 8, 2023
1 parent 0c12e05 commit 7c9437c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- '.python-version'
- 'poetry.toml'
pull_request:
types: [ opened, reopened ]
branches: [ master ]
paths-ignore:
- 'README.md'
Expand All @@ -27,12 +26,11 @@ on:
jobs:
build:
name: CI build
runs-on: macos-latest
runs-on: ubuntu-20.04

strategy:
matrix:
python-version: [3.7.1, 3.6.7]
poetry-version: [1.4.1]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@master
Expand All @@ -44,8 +42,6 @@ jobs:

- name: Install poetry
uses: snok/install-poetry@v1.3.3
with:
version: ${{ matrix.poetry-version }}

- name: Install dependencies
run: poetry install --with dev,pdf
Expand Down

0 comments on commit 7c9437c

Please sign in to comment.