Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisChrist committed Mar 16, 2024
1 parent 1d66363 commit 3f39429
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
paths:
- src/**
- tests/**
- poetry.lock
- pyproject.toml
- poetry.lock
- .github/workflows/test.yml

jobs:
Expand All @@ -23,8 +23,7 @@ jobs:
with:
python-version: 3.11
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install
- name: Run pylint
Expand All @@ -43,8 +42,7 @@ jobs:
with:
python-version: 3.11
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install
- name: Run pytest
Expand Down

0 comments on commit 3f39429

Please sign in to comment.