Skip to content

Commit fb0e953

Browse files
authored
Update issue1050.yml
1 parent e01ae67 commit fb0e953

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/issue1050.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
13+
- name: Install Python and pip
14+
run: |
15+
sudo apt-get update
16+
sudo apt-get install python3.13 python3-pip
1317
1418
- name: Set up Python
1519
uses: gowridurgad/setup-python@v5

0 commit comments

Comments
 (0)