Skip to content

Commit

Permalink
Rebuild /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbillington committed Aug 9, 2021
1 parent 3104b4e commit 8cc7c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13607,7 +13607,7 @@ const RULES = [
(i) => !!(i.installerUrl &&
!constants.KNOWN_EXTENSIONS.includes(urlExt(i.installerUrl))) &&
`'installer-url' extension '${urlExt(i.installerUrl)}' must be one of: ${constants.KNOWN_EXTENSIONS}`,
(i) => !!(i.minicondaVersion && i.architecture !== "x64") &&
(i) => !!(!i.minicondaVersion && i.architecture !== "x64") &&
`'architecture: ${i.architecture}' requires "miniconda-version"`,
];
/*
Expand Down

0 comments on commit 8cc7c0e

Please sign in to comment.