Skip to content

Commit 95b52e2

Browse files
author
Matthias Wittgen
committed
don't use ini files for cmake/build_docs workflow
1 parent 0cdbeb2 commit 95b52e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ on:
88

99
jobs:
1010
call-workflow:
11-
uses: lsst/rubin_workflows/.github/workflows/build_docs.yaml@main
11+
uses: lsst/rubin_workflows/.github/workflows/build_docs.yaml@tickets/DM-35133
12+
with:
13+
- ubuntu_deps: "postgresql sqlite libyaml-dev"
14+
- pip_deps: "psycopg2 testing.postgresql"

0 commit comments

Comments
 (0)