Skip to content

Commit 2711094

Browse files
authored
Update ci.yml
1 parent b9a9e39 commit 2711094

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@ jobs:
5656

5757
- name: Install dependencies
5858
run: |
59-
sudo apt-get update
60-
sudo apt-get install -y python3-pip
59+
DEBIAN_FRONTEND=noninteractive sudo apt-get update
60+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y python3.10 python3-pip
61+
shell: bash
62+
63+
- name: Install Package
64+
run: |
6165
python3.10 -m pip install --user -e .
6266
shell: bash
6367

0 commit comments

Comments
 (0)