Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jun 28, 2024
1 parent c0808d0 commit 4d9b7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
architecture: ["x64"]

steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +28,7 @@ jobs:
environment-file: ./lemur.yml
activate-environment: lemur-env
python-version: 3.9
miniforge-version: latest
miniconda-version: "latest"

- name: Create output folder
run: |
Expand Down

0 comments on commit 4d9b7c7

Please sign in to comment.