Install Python script dependency in workflow
This commit is contained in:
parent
25d71ba0f2
commit
06147b14cc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/import.yaml
vendored
2
.github/workflows/import.yaml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
key: wiki-meta-cache-v2-${{ github.run_id }}
|
key: wiki-meta-cache-v2-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
wiki-meta-cache-v2
|
wiki-meta-cache-v2
|
||||||
|
- name: Python dependencies
|
||||||
|
run: pip install "steam[client]"
|
||||||
- run: cargo build
|
- run: cargo build
|
||||||
- run: cargo run -- bulk --recent-changes
|
- run: cargo run -- bulk --recent-changes
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
|
Reference in a new issue