Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit dc8397c

Browse files
committed
build: update ci workflow
1 parent 2508378 commit dc8397c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030

3131
- name: Install Python 3.11
3232
if: matrix.python-version == '3.11'
33-
run: docker exec -t analytics_api_testing bash -c "apt-get install -y python3.11"
33+
run: docker exec -t analytics_api_testing bash -c "apt-get update
34+
&& apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y
35+
&& apt-get update && apt-get install -y python3.11"
3436

3537
- name: Create symbolic link for Python 3.11
3638
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)