Closed isabelizimm closed 4 months ago
The dev.txt used in CI was on quartodoc==0.4.1, which was pretty old and causing failures. There was also an update to gcs board names from ('gcs', 'gs') to ('gs', 'gcs'). We're now using sets so that the order of protocol names does not matter.
dev.txt
quartodoc==0.4.1
gcs
('gcs', 'gs')
('gs', 'gcs')
The
dev.txt
used in CI was onquartodoc==0.4.1
, which was pretty old and causing failures. There was also an update togcs
board names from('gcs', 'gs')
to('gs', 'gcs')
. We're now using sets so that the order of protocol names does not matter.