Skip to content

Bump uuid from 3.4.0 to 14.0.0 #148

Bump uuid from 3.4.0 to 14.0.0

Bump uuid from 3.4.0 to 14.0.0 #148

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash -l {0}
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
- name: Mamba install dependencies
run: mamba install yarn
- name: Test install
run: yarn install && yarn run build