File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ jobs:
1313 uses : actions/setup-python@v5
1414 with :
1515 python-version : ' 3.x'
16- - name : Set up Kotlin
17- uses : fwilhe2/setup-kotlin@main
1816 - name : Install dependencies
1917 run : |
2018 sudo apt install automake g++ make libboost-regex-dev libgmp-dev libgmp10 libgmpxx4ldbl python3 python3-pytest python3-setuptools python3-yaml python3-plastex python3-unidecode
2119 python -m pip install --upgrade pip
22- pip install git+https://github.com/kattis/problemtools
20+ pip install git+https://github.com/kattis/problemtools@master
2321 pip install -r requirements.txt
2422 python3 problems/statistics10multiplelinearregression/submissions/accepted/stefan.py < problems/statistics10multiplelinearregression/data/sample/1.in
2523 - name : Verify problems
You can’t perform that action at this time.
0 commit comments