We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6eb5c commit bc6d96aCopy full SHA for bc6d96a
.github/workflows/verify-problems.yml
@@ -22,11 +22,3 @@ jobs:
22
python3 problems/statistics10multiplelinearregression/submissions/accepted/stefan.py < problems/statistics10multiplelinearregression/data/sample/1.in
23
- name: Verify problems
24
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
0 commit comments