Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka authored Jan 23, 2024
1 parent 923cead commit 8428e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: continuous-integration
on: [push]

jobs:
test:
build:
runs-on: $${{ matrix.os }}
strategy:
matrix:
Expand All @@ -23,4 +23,4 @@ jobs:
run: |
pwd
export PYTHONPATH=".":$PYTHONPATH
make github-test
make github-test

0 comments on commit 8428e82

Please sign in to comment.