Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
fostiropoulos committed Nov 29, 2023
1 parent 1943eaa commit 46cadfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wsl_test_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
conda info

0 comments on commit 46cadfa

Please sign in to comment.