Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Gorodetski committed Nov 26, 2024
1 parent 3eb08c0 commit 35a10d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:

- name: Checkout Code
uses: actions/checkout@v3 # Checks out the repository under $GITHUB_WORKSPACE.


- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # Use a stable, compatible version
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 35a10d0

Please sign in to comment.