10000 CI: add sdist release workflow by fangchenli · Pull Request #41685 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CI: add sdist release workflow #41685

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

Merged
merged 21 commits into from
Jun 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Next Next commit
remove allowed failure
  • Loading branch information
fangchenli committed May 27, 2021
commit dce7af77022ec4f3a1e2b88a274bf339facd06c2
2 changes: 1 addition & 1 deletion .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: sdist test
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -46,7 +47,6 @@ jobs:
- name: Test with pytest
run: |
python -c "import pandas; pandas.test(extra_args=['-m not clipboard', '--skip-slow', '--skip-network', '--skip-db', '-n=2'])"
continue-on-error: true

- name: Publish test results
uses: actions/upload-artifact@master
Expand Down
0