You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this while I was writing automation for Workbench that used Quarto. Using deno.run exposes quarto to this bug: denoland/deno#7087 (comment) which prevents us from being able to run quarto through pytest in Jenkins.
The text was updated successfully, but these errors were encountered:
mcanouil
added
the
triaged-to
Issues that were not self-assigned, signals that an issue was assigned to someone.
label
Feb 26, 2024
cscheid
added
bug
Something isn't working
and removed
triaged-to
Issues that were not self-assigned, signals that an issue was assigned to someone.
enhancement
New feature or request
labels
Feb 26, 2024
Bug description
Deno.run is deprecated and Deno recommends using Deno.command instead: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations#denorun
I discovered this while I was writing automation for Workbench that used Quarto. Using
deno.run
exposes quarto to this bug: denoland/deno#7087 (comment) which prevents us from being able to run quarto through pytest in Jenkins.The text was updated successfully, but these errors were encountered: