Skip to content

Commit

Permalink
fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Feb 7, 2024
1 parent 2473e90 commit 9f6e0c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba

- name: Check poetry.lock
run: poetry check
Expand Down Expand Up @@ -75,14 +75,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba

- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba

- name: Install dependencies
run: poetry install
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
channels: conda-forge,nodefaults
activate-environment: pypkg
auto-update-conda: true
conda-solver: libmamba

- name: Install deps
run: poetry install
Expand Down

0 comments on commit 9f6e0c3

Please sign in to comment.