We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293fd4a commit 5975d8cCopy full SHA for 5975d8c
1 file changed
.github/workflows/python-package.yml
@@ -68,7 +68,7 @@ jobs:
68
69
if [ ! -f pyproject.toml ]; then
70
echo "\n=== Creating minimal pyproject.toml ==="
71
- cat > pyproject.toml <<EOL
+ cat > pyproject.toml << 'EOL'
72
[build-system]
73
requires = ["poetry-core>=1.0.0"]
74
build-backend = "poetry.core.masonry.api"
0 commit comments