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

specify python version

parent 9943c3bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@ jobs:
      - uses: conda-incubator/setup-miniconda@v2
        with:
          auto-update-conda: true
          mamba-version: "0.15"
          mamba-version: "*"
          environment-file: environment.yml
          python-version: 3.9
      - name: Verify docstrings
        run: pydocstyle --convention=numpy src/
      - name: Install ui test requirements