Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
bclarkson-code committed Jun 9, 2024
1 parent f9456be commit 1e5a78f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -28,7 +29,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: requirements/environment.cpu_only.test.yml
environment-file: requirements/environment.cpu.test.yml
init-shell: >-
bash
cache-environment: true
Expand Down

0 comments on commit 1e5a78f

Please sign in to comment.