Skip to content

Commit

Permalink
Update test_ipu.yml
Browse files Browse the repository at this point in the history
Merging the IPU tests so the ipu CLI test is in the correct environment for major updates to workflow in #414
  • Loading branch information
s-maddrellmander authored Aug 9, 2023
1 parent 92ac9da commit 9515ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_ipu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
python -m pip install --no-deps -e .
python3 -m pytest -m 'not skip_ipu'
- name: Test CLI
run: graphium --help
# Check the command line CLI in the environment
graphium --help
- name: Codecov Upload
uses: codecov/codecov-action@v3
Expand All @@ -69,4 +69,4 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false
verbose: false
env_vars: ${{ matrix.python-version }},${{ matrix.pytorch-version }}
env_vars: ${{ matrix.python-version }},${{ matrix.pytorch-version }}

0 comments on commit 9515ad6

Please sign in to comment.