Skip to content

Commit

Permalink
update big in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Jan 23, 2024
1 parent 2178a0b commit a54f247
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: $${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -22,6 +22,4 @@ jobs:
pip install -r requirements.txt -r requirements-dev.txt
- name: Test
run: |
pwd
export PYTHONPATH=".":$PYTHONPATH
cd test/ && python -m unittest discover -vv
cd test/ && python -m unittest discover -vv

0 comments on commit a54f247

Please sign in to comment.