Skip to content

Commit

Permalink
fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Long0x0 committed May 6, 2021
1 parent 14054c6 commit dc2bf90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
using: "composite"
steps:
- run: |
pip install -r ${{ github.action_path }}/requirements.txt
python ${{ github.action_path }}/test.py
ls
pip install -r ${{ github.action_path }}/src/requirements.txt
python ${{ github.action_path }}/src/test.py
shell: bash

0 comments on commit dc2bf90

Please sign in to comment.