Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Activating CircleCI #41752

Merged
merged 2 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replacing checkout by a simple echo
  • Loading branch information
datapythonista committed Jun 1, 2021
commit d4a4a38abded5a2dfaf1955f4dd306a567d3e53b
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
PYTEST_WORKERS: auto
PATTERN: "not slow and not network and not clipboard and not arm_slow"
steps:
- checkout
- run: echo "CircleCI is working"

workflows:
test:
Expand Down