Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: Ubuntu-20.04
strategy:
matrix:
python-version: ["3.10"]
Expand All @@ -31,6 +31,8 @@ jobs:
conda update -n base -c defaults conda
conda env update --file environment.yml --name base
conda install --file requirements.dev.txt
conda --version
conda install --yes -c conda-forge mamba
- name: Install latz
run: |
pip install -e .
Expand Down