Skip to content

Commit

Permalink
specify directory for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karamba228 committed Sep 13, 2024
1 parent 0d14775 commit 16f018a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
- name: Set up dependencies using Score
uses: openteamsinc/score@v3
with:
- package-ecosystem: pip
package-ecosystem: pip
directory: '.'

- name: Display Notice with Requirements
run: |
Expand Down

0 comments on commit 16f018a

Please sign in to comment.