Skip to content

Commit a53a11e

Browse files
committed
fix sbt workflow
1 parent d0e237d commit a53a11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-scala.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- uses: actions/setup-python@v1
3737
with:
3838
python-version: '3.10'
39+
- name: Setup sbt launcher
40+
uses: sbt/setup-sbt@v1
3941
- name: install dependencies
4042
run: pip install -r requirements.txt
4143
- name: sbt test

0 commit comments

Comments
 (0)