Skip to content

Commit

Permalink
Update pr-scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Jan 2, 2024
1 parent 9092f82 commit 5418da9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
with:
python-version: '3.10'
- name: install dependencies
run: |
pip install protobuf sexpdata Deprecated
run: pip install -r requirements.txt
- name: sbt test
run: cd compiler && sbt -v +test

Expand Down

0 comments on commit 5418da9

Please sign in to comment.