Skip to content

Commit

Permalink
Need some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 10, 2024
1 parent 9af165d commit 4e06206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
cache-dependency-path: '**/requirements-dev.txt'
- run: pip install pyyaml
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions doc/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyyaml

0 comments on commit 4e06206

Please sign in to comment.