Skip to content

Commit 8c9e4e8

Browse files
committed
Remove data.py-dist
Configuration is now done in config.toml and config.*.toml Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent cbd2b05 commit 8c9e4e8

4 files changed

Lines changed: 0 additions & 272 deletions

File tree

.github/workflows/code-checkers.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
with:
1313
persist-credentials: false
1414
- uses: ./.github/actions/uv-setup
15-
- name: Create a dummy data.py
16-
run: cp data.py-dist data.py
1715
- name: Create a dummy vm_data.py
1816
run: cp vm_data.py-dist vm_data.py
1917
- run: mypy --install-types --non-interactive .
@@ -25,8 +23,6 @@ jobs:
2523
with:
2624
persist-credentials: false
2725
- uses: ./.github/actions/uv-setup/
28-
- name: Create a dummy data.py
29-
run: cp data.py-dist data.py
3026
- name: Create a dummy vm_data.py
3127
run: cp vm_data.py-dist vm_data.py
3228
- run: pyright .
@@ -40,8 +36,6 @@ jobs:
4036
with:
4137
persist-credentials: false
4238
- uses: ./.github/actions/uv-setup/
43-
- name: Create a dummy data.py
44-
run: cp data.py-dist data.py
4539
- run: ruff check
4640

4741
flake8:

.github/workflows/jobs-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
- uses: ./.github/actions/uv-setup/
1515
with:
1616
dev: false
17-
- name: Create a dummy data.py
18-
run: cp data.py-dist data.py
1917
- run: ./jobs.py check

.github/workflows/test-sequences.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: ./.github/actions/uv-setup/
1515
with:
1616
dev: false
17-
- name: Create a dummy data.py
18-
run: cp data.py-dist data.py
1917
- name: jobs-check
2018
run: |
2119
FAILURES=""

data.py-dist

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)