Skip to content

Commit

Permalink
Further test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 16, 2024
1 parent e2088b5 commit 3ec05d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ jobs:
- name: Test for a clean repository
run: |
# Remove things we have generated on purpose:
ls -la
rm -rf .coverage
rm -f coverage.xml cov1.xml cov2.xml junit.xml
rm -f ert.*.whl
ls -la
git status --porcelain
test -z "$(git status --porcelain)"
4 changes: 2 additions & 2 deletions .github/workflows/test_semeio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- name: Test semeio
run: |
pushd semeio
uv pip install ".[test]"
uv run pytest
VIRTUAL_ENV=../.venv uv pip install ".[test]"
UV_PROJECT_ENVIRONMENT=../.venv uv run --no-sync pytest

0 comments on commit 3ec05d1

Please sign in to comment.