Skip to content

Commit 939964d

Browse files
committed
ci: separate
1 parent 6dd5182 commit 939964d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci-core.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
run: |
2929
pixi run sort
3030
31-
- name: 🔍 Run data linters
32-
run: |
33-
pixi run lint
34-
3531
- name: 📊 Check for obvious duplicates
3632
run: |
3733
# Simple duplicate check based on conference name and year

pixi.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test = "pytest tests/ -v"
2525
test-cov = "pytest tests/ -v --cov=utils --cov-report=term-missing"
2626
test-fast = "pytest tests/ -v -x"
2727
pre = "pre-commit run --all-files"
28-
lint = "python ./utils/conferences/linters/validate.py"
2928

3029
[dependencies]
3130
python = ">=3.10,<3.12"

0 commit comments

Comments
 (0)