Loading .github/workflows/actions.yml +3 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ jobs: - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: false miniforge-version: latest auto-update-conda: true mamba-version: "*" environment-file: environment.yml use-mamba: true - name: Verify docstrings Loading @@ -43,7 +43,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true miniforge-version: latest mamba-version: "*" environment-file: environment.yml - name: Build Wheel run: python -m build --no-isolation --wheel Loading Loading
.github/workflows/actions.yml +3 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ jobs: - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: false miniforge-version: latest auto-update-conda: true mamba-version: "*" environment-file: environment.yml use-mamba: true - name: Verify docstrings Loading @@ -43,7 +43,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true miniforge-version: latest mamba-version: "*" environment-file: environment.yml - name: Build Wheel run: python -m build --no-isolation --wheel Loading