We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad8f12 commit 83fcc68Copy full SHA for 83fcc68
.github/workflows/nightly.yml
@@ -6,4 +6,5 @@ on:
6
7
jobs:
8
tests:
9
+ if: github.repository_owner == 'pytest-dev'
10
uses: ./.github/workflows/test.yml
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
- requires = ["poetry-core>=1.0.0"]
3
- build-backend = "poetry.core.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
name = "pytest-variables"
0 commit comments