Skip to content

Commit ded13f0

Browse files
committed
disable quarto-website-py Bat test - CLI generated requirements.txt file is invalid while CLI is also deprecated.
1 parent 7b18f56 commit ded13f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bats.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
DOCKER_CONNECT: true
88
# deploy only these content
9-
CONTENT: "fastapi-simple quarto-website-py"
9+
CONTENT: "fastapi-simple"
1010
CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
1111
PYTHON_VERSION: 3.12
1212
QUARTO_VERSION: 1.4.549

cmd/publisher/commands/requirements_create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (cmd *CreateRequirementsCommand) Run(args *cli_types.CommonArgs, ctx *cli_t
4040
if err != nil {
4141
return err
4242
}
43-
err = pydeps.WriteRequirementsFile(reqPath, reqs, util.NewAbsolutePath("bogus", nil))
43+
err = pydeps.WriteRequirementsFile(reqPath, reqs, util.NewAbsolutePath("bogus python executable", nil))
4444
if err != nil {
4545
return err
4646
}

0 commit comments

Comments
 (0)