Skip to content

Commit 65ffcac

Browse files
committed
Apparently these need a shell
1 parent 1a02c5a commit 65ffcac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ runs:
1010
cache: pip
1111

1212
- name: Install Dependencies
13+
shell: bash
1314
run: pip install -U -r requirements.txt
1415

1516
- name: Run Compstate Validation
17+
shell: bash
1618
run: ${{ github.action_path }}/validate.py .
1719

1820
- name: Run Scoring tests
21+
shell: bash
1922
run:
2023
python3 -m unittest discover --buffer scoring/
2124

0 commit comments

Comments
 (0)