Skip to content

Commit

Permalink
ci: don't use docker to save runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Sep 18, 2023
1 parent 5d8bfc4 commit f4d501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install .[dev,test]
- name: Test stub run
run: |
champagne run -profile ci_stub,docker -stub
champagne run -profile ci_stub -stub
- name: "Upload Artifact"
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f4d501b

Please sign in to comment.