8000 blurb: Add tests and run on CI by hugovk · Pull Request #520 · python/core-workflow · GitHub
[go: up one dir, main page]

Skip to content

blurb: Add tests and run on CI #520

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 13 commits into from
Jan 15, 2024
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 committed Dec 18, 2023
commit 85956bb581ecda347ff645d114b3583d0edb0cdf
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