Skip to content

Commit b48d1f7

Browse files
committed
fix requirements installation
1 parent 1e23144 commit b48d1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ runs:
3131
python-version: '3.x'
3232

3333
- name: Install deps
34-
run: python -m pip install -r requirements.txt
34+
run: python -m pip install -r ${{ github.action_path }}/requirements.txt
3535
shell: bash
3636

3737
- name: Run check script
38-
run: python check_contributors.py
38+
run: python ${{ github.action_path }}/check_contributors.py
3939
shell: bash
4040
env:
4141
ACTION_MODE: ${{ inputs.mode }}

0 commit comments

Comments
 (0)