Skip to content

No unwrap

No unwrap #70

Workflow file for this run

name: Marcador CI
on: push
jobs:
black:
name: Python black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run black
uses: cytopia/docker-black@0.8
with:
path: 'marcador/'
install:
name: Install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Pip install
run: |
pip install .
marcador --version
#integration-tests:
# name: Integration tests
# runs-on: archlinux
# steps:
# - uses: actions/checkout@v3
# - name: Pip install
# run: |
# pacman -Syyu --noconfirm
# pacman -S python-pip --noconfirm
# pip install --break-system-packages -e .
# ./test/test.sh