We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad7902 commit 7199395Copy full SHA for 7199395
dist/setup/index.js
@@ -5350,9 +5350,6 @@ function run() {
5350
yield cacheDependencies(cache, pythonVersion);
5351
}
5352
5353
- else {
5354
- throw new Error("there's empty python-version input");
5355
- }
5356
const matchersPath = path.join(__dirname, '../..', '.github');
5357
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
5358
>>>>>>> 99015f8 (Use /opt/hostedtoolcache as default value AGENT_TOOLSDIRECTORY)
0 commit comments