diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 77328f4fc..a75297cc1 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -17,11 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 - # - uses: conda-incubator/setup-miniconda@v3 - # with: - # activate-environment: test - # python-version: ${{ matrix.python-version }} - # fetch-depth: 2 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v5 + with: + python-version: ${{ matrix.python-version }} - name: Install ubuntu dependencies shell: bash -el {0} run: |