Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atancoder authored Jun 4, 2024
1 parent d4642b0 commit 1bfa1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
docker:
- image: condaforge/mambaforge
# CircleCI will report the results back to your VCS provider.
resource_class: large
steps:
- checkout
- run: git submodule sync
Expand All @@ -39,4 +40,4 @@ jobs:
workflows:
my-workflow:
jobs:
- build-and-test
- build-and-test

0 comments on commit 1bfa1a4

Please sign in to comment.