Skip to content

Commit

Permalink
Use requirement files instead of extras (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Mar 10, 2023
1 parent a7e4e7c commit b20ba5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This GitHub Action encapsulates common steps that are executed in GitHub Action

```
- id: common
uses: ghga-de/gh-action-common@v1
uses: ghga-de/gh-action-common@v2
```

The action outputs the following values:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ runs:
- name: Install Dependencies
shell: bash
run: |
pip install ".[all]"
pip install -r requirements.txt -r requirements-dev.txt

0 comments on commit b20ba5a

Please sign in to comment.