diff --git a/.github/workflows/test-package-conda.yml b/.github/workflows/test-package-conda.yml index 1e57151..8c6668d 100644 --- a/.github/workflows/test-package-conda.yml +++ b/.github/workflows/test-package-conda.yml @@ -14,15 +14,15 @@ jobs: - "3.9" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Add conda to system path - run: | - # $CONDA is an environment variable pointing to the root of the miniconda directory - echo $CONDA/bin >> $GITHUB_PATH +# - name: Add conda to system path +# run: | +# # $CONDA is an environment variable pointing to the root of the miniconda directory +# echo $CONDA/bin >> $GITHUB_PATH - name: Install dependencies run: | # conda env update --file environment.yml --name base