Skip to content

Commit

Permalink
Poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Oct 5, 2023
1 parent 6e160d9 commit 92b45c8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ on:

jobs:
test:
# if: github.repository_owner == 'viamrobotics'
# runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
container:
image: python:${{ matrix.python-version }}
strategy:
Expand All @@ -38,13 +37,13 @@ jobs:
- name: Fix Poetry
run: poetry config installer.modern-installation false

- name: Install minimum package versions
run: pip install -r requirements-test.txt
if: ${{ matrix.requirements-version == 'min' }}

- name: Install package
run: make install

- name: Install minimum package versions
run: poetry run pip install -r requirements-test.txt
if: ${{ matrix.requirements-version == 'min' }}

- name: Lint
run: make lint

Expand Down

0 comments on commit 92b45c8

Please sign in to comment.