Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pycgtool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Graham
pycgtool
Commits
080bca70
Verified
Commit
080bca70
authored
Nov 2, 2020
by
James Graham
Browse files
Options
Downloads
Patches
Plain Diff
ci: drop py3.9 and add package build step
parent
5bb4203a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/python-package.yml
+5
-1
5 additions, 1 deletion
.github/workflows/python-package.yml
with
5 additions
and
1 deletion
.github/workflows/python-package.yml
+
5
−
1
View file @
080bca70
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
3.6
,
3.7
,
3.8
]
os
:
[
ubuntu-latest
,
macos-11.0
]
os
:
[
ubuntu-latest
,
macos-11.0
]
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
...
@@ -58,3 +58,7 @@ jobs:
...
@@ -58,3 +58,7 @@ jobs:
-
name
:
Check that test coverage is above 80%
-
name
:
Check that test coverage is above 80%
run
:
|
run
:
|
poetry run coverage report --fail-under=80
poetry run coverage report --fail-under=80
-
name
:
Test that distributable package builds
run
:
|
poetry build
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment