Skip to content

unshallow clone

unshallow clone #292

Workflow file for this run

name: Windows
on:
- pull_request
- push
jobs:
run:
runs-on: windows-latest
env:
OS: windows-latest
PYTHON: "3.9"
steps:
- uses: actions/checkout@master

Check failure on line 12 in .github/workflows/build-windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
- name: "run builds (without neural network)"
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -e .[normal]