Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRoyce authored Feb 18, 2025
1 parent b9a9e39 commit 2711094
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
DEBIAN_FRONTEND=noninteractive sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y python3.10 python3-pip
shell: bash

- name: Install Package
run: |
python3.10 -m pip install --user -e .
shell: bash

Expand Down

0 comments on commit 2711094

Please sign in to comment.