Skip to content

don't pull guix and remove update test #6

don't pull guix and remove update test

don't pull guix and remove update test #6

Workflow file for this run

name: tests
on:
pull_request_target:
branches:
- main
types: [closed]
push:
branches:
- main
permissions:
contents: write
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Guix
id: install-guix
uses: PromyLOPh/guix-install-action@v1
with:
pullAfterInstall: false
- name: Install dependencies
run: |
pip install .
pip install pytest pytest-cov
- name: test
run: |
pytest -s --cov=guix_env tests