Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

update build matrix #1675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
Loading
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.11
  • Loading branch information
montanalow committed Jan 29, 2025
commit 6da9f48c9f22834126d1d91bc98672dbad38169d
2 changes: 1 addition & 1 deletion 2 .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
postgresql-server-dev-12 \
postgresql-server-dev-11 \
lsb-release \
python3.10 \
python3.11 \
python3-pip \
libpython3.10-dev \
python3.10-dev \
Expand Down
13 changes: 13 additions & 0 deletions 13 .github/workflows/ubuntu-postgresml-python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
TZ: Etc/UTC
run: |
sudo add-apt-repository ppa:deadsnakes/ppa --yes
sudo apt update

sudo apt-get update && sudo apt-fast install -y \
python3.11 \
python3-pip \
libpython3.11-dev \
python3.11-dev
- name: Build and release package
env:
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.