8000 blurb: replace spaces with underscores in news directory by hugovk · Pull Request #499 · python/core-workflow · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /div>

blurb: replace spaces with underscores in news directory #499

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 17 commits into from
Mar 6, 2024
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
Next Next commit
Don't install flit
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
hugovk and CAM-Gerlach authored Mar 29, 2023
commit 36bd99f7c8e1b03c602b53bb56ac1250ebda4911
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade flit
python -m pip install --upgrade pytest pytest-cov pyfakefs
- name: install
run: |
Expand Down
0