Skip to content

Commit 58110a2

Browse files
ignore package version entry in test workflow
1 parent af99a55 commit 58110a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
--setup_file setup.py \
6363
--package_changelog_file changelog.md \
6464
--package_file package.json \
65-
--validate
65+
--validate \
66+
--ignore-version

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ flake8>=5.0.0,<6
44
coverage>=6.4.2,<7
55
nose2>=0.12.0,<1
66
yamllint>=1.29,<2
7-
setup2upypackage>=0.1.0,<1
7+
setup2upypackage>=0.2.0,<1

0 commit comments

Comments
 (0)