diff --git a/.github/workflows/wsl_test_remote.yml b/.github/workflows/wsl_test_remote.yml index e0946d53..e37aab8b 100644 --- a/.github/workflows/wsl_test_remote.yml +++ b/.github/workflows/wsl_test_remote.yml @@ -12,6 +12,10 @@ jobs: shell: bash -l {0} steps: - uses: actions/checkout@v3 + - uses: conda-incubator/setup-miniconda@v2 + with: + activate-environment: test-env + auto-activate-base: false - name: Set up Conda Python 3.10 run: | - conda activate test-env \ No newline at end of file + conda info \ No newline at end of file