Skip to content

Commit

Permalink
Minor CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maestroque committed Jul 22, 2024
1 parent 43576d0 commit e2f2241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ workflows:
# Inside the workflow, you define the jobs you want to run.
jobs:
- style_check
- test37:
- test38:
requires:
- style_check
- test310:
- test312:
requires:
- style_check
- merge_coverage:
Expand Down

0 comments on commit e2f2241

Please sign in to comment.