Skip to content

Commit

Permalink
silly mistakes in GHA yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Aug 29, 2023
1 parent 38a5121 commit 020c0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- uses: actions/checkout@v3
# we use mamba for installing postgres; otherwise we're pip to ensure
# compatiblity
- uses: conda-incubator/setup-miniconda
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e .
Expand Down

0 comments on commit 020c0bd

Please sign in to comment.