Skip to content

Include pkgs.stdenv.cc.cc.lib #13

Include pkgs.stdenv.cc.cc.lib

Include pkgs.stdenv.cc.cc.lib #13

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_28_x86_64
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.8'
- 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/[email protected]
# with:
# runCmd: devenv test