Skip to content

Commit 741e8fc

Browse files
committed
Install problemtools from master branch
This avoids them setting a fixed, but old Kotlin version in the default develop branch.
1 parent 5d75c4b commit 741e8fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/verify-problems.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)