Skip to content

Commit

Permalink
Added a step to explicitly install requirements.txt; changed debuggin…
Browse files Browse the repository at this point in the history
…g line
  • Loading branch information
Tiger-Tom committed Nov 27, 2023
1 parent a22a09d commit 89839d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
with:
python-version: '3.12'
cache: pip
- name: "Print /bin/python3 version"
run: "/bin/python3 --version"
- name: "Print python3 version"
run: "python3 --version"
- name: "Explicitly install requirements"
run: "python3 -m pip install -r requirements.txt"
- name: "Extract key"
run: "echo ${{ secrets.MAN_KEY }} | base64 -d > ./key.pyk"
- name: "Use ./devel/rsruntime-updatemanifest.sh"
Expand Down

0 comments on commit 89839d0

Please sign in to comment.