Install Python script dependency in workflow

This commit is contained in:
mtkennerly 2023-11-28 20:39:19 +08:00
parent 25d71ba0f2
commit 06147b14cc
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -23,6 +23,8 @@ jobs:
key: wiki-meta-cache-v2-${{ github.run_id }}
restore-keys: |
wiki-meta-cache-v2
- name: Python dependencies
run: pip install "steam[client]"
- run: cargo build
- run: cargo run -- bulk --recent-changes
- uses: stefanzweifel/git-auto-commit-action@v4