Skip to content

Commit

Permalink
Remove unused flake8-matcher.json
Browse files Browse the repository at this point in the history
- removes unused flake8-matcher.json
- change from pip to uv pip in github benchmark
  • Loading branch information
larsevj committed Sep 16, 2024
1 parent 22d1451 commit 9169dd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
32 changes: 0 additions & 32 deletions .github/flake8-matcher.json

This file was deleted.

13 changes: 9 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ permissions:
# contents permission to update benchmark contents in gh-pages branch
contents: write

env:
ERT_SHOW_BACKTRACE: 1
ECL_SKIP_SIGNAL: 1
UV_SYSTEM_PYTHON: 1

jobs:
benchmark:
name: Run pytest-benchmark benchmark example
Expand All @@ -27,13 +32,13 @@ jobs:
with:
# pin this to maintain comparable benchmark results
python-version: "3.10"
cache: "pip"
cache-dependency-path: |
pyproject.toml

- name: Install uv
run: pip install uv

- name: Install ert with dev-deps
run: |
pip install ".[dev]"
uv pip install ".[dev]"
- name: Run benchmark
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
run: |
uv pip install ".[style]"
- name: Add matching rule
run: echo ::add-matcher::.github/flake8-matcher.json

- name: Run style check
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 9169dd3

Please sign in to comment.