Skip to content

Commit

Permalink
Update ingest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-1000 committed Jan 10, 2024
1 parent 2f92c27 commit b6f8ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: jidicula/[email protected]
with:
clang-format-version: "13"
check-path: "src/esoh/ingest/bufr"
check-path: "ingest/src/esoh/ingest/bufr"
fallback-style: "llvm"
9 changes: 3 additions & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- completed

jobs:
pyTestCov:
ingest-pyTestCov:
strategy:
matrix:
python-version: ["3.10"] # Add 3.11 back pybind11 bug is fixed
Expand All @@ -30,11 +30,8 @@ jobs:
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-timeout
pip install pytest-cov
pip install .
pip install ./ingest
- name: Run Tests
run: python -m pytest -v --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v3
run: python -m pytest -v --timeout=60 ./ingest

0 comments on commit b6f8ad6

Please sign in to comment.