Skip to content

Bump certifi from 2021.10.8 to 2024.7.4 in /nix #167

Bump certifi from 2021.10.8 to 2024.7.4 in /nix

Bump certifi from 2021.10.8 to 2024.7.4 in /nix #167

Workflow file for this run

name: "build"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [python27, python39, python310, python311]
docutils: [docutils016, docutils017, docutils018, docutils019, docutils020]
exclude:
- python: python27
docutils: docutils018
- python: python27
docutils: docutils019
- python: python27
docutils: docutils020
env:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
COVERALLS_SERVICE_NAME: github
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: datakurre
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'j
- run: make nix-show nix-test nix-coverage nix-coveralls nix-docs PYTHON=${{ matrix.python }} FEATURE=${{ matrix.docutils }}