Skip to content

Use manylinux_2_24_x86_64 #8

Use manylinux_2_24_x86_64

Use manylinux_2_24_x86_64 #8

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux_2_24_x86_64
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Install Cachix
uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any pre-commit hooks
run: devenv test
# - name: Build devcontainer image
# uses: devcontainers/ci@v0.3
# with:
# runCmd: devenv test