Skip to content

Commit bc6d96a

Browse files
committed
Stop verifying distributed problems
This problem type has been removed for many years, let's stop maintaining the build script.
1 parent cd6eb5c commit bc6d96a

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.github/workflows/verify-problems.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@ jobs:
2222
python3 problems/statistics10multiplelinearregression/submissions/accepted/stefan.py < problems/statistics10multiplelinearregression/data/sample/1.in
2323
- name: Verify problems
2424
run: (cd problems && make all)
25-
distributed-problems:
26-
name: Verify distributed problems
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Check out repository
30-
uses: actions/checkout@v4
31-
- name: Verify distributed problems
32-
run: (cd distributed-problems && make all)

distributed-problems/Makefile

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

0 commit comments

Comments
 (0)