Commit e5aa7631 authored by Zhang, Chen's avatar Zhang, Chen
Browse files

switch back to mamba

parent 08ffa0ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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