Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Add pip requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 12, 2022
1 parent c177c55 commit 0356ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9'
cache: 'pip'
- name: Installing pip dependencies
run: pip install -r requirements.txt

- name: Change Version
run: python scripts/build.py update ${{ steps.tag_name.outputs.current_version }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyyaml

0 comments on commit 0356ecd

Please sign in to comment.