Skip to content

Commit

Permalink
[ci] Update examples test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jan 27, 2022
1 parent a4ccd23 commit 09542be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,14 @@ jobs:
- name: Install wheel
run: python -m pip install *.whl

- name: Install test dependencies
run: python -m pip install -r examples/requirements.txt -r tests/requirements.txt

- name: Install runtime dependencies
uses: ./.github/actions/install-runtime-dependencies

- name: Install test dependencies
run: make -C examples install

- name: Run the test suite
run: make examples-test
run: make -C examples test

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
Expand Down Expand Up @@ -536,14 +536,14 @@ jobs:
- name: Install wheel
run: python -m pip install *.whl

- name: Install test dependencies
run: python -m pip install -r examples/requirements.txt -r tests/requirements.txt

- name: Install runtime dependencies
uses: ./.github/actions/install-runtime-dependencies

- name: Install test dependencies
run: make -C examples install

- name: Run the test suite
run: make examples-test
run: make -C examples test

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 09542be

Please sign in to comment.