Avoid caching wheel fetches

This commit is contained in:
Charlie Marsh 2023-10-06 00:50:13 -04:00
parent a43328d914
commit 28721cf5fc
6 changed files with 14 additions and 7 deletions

View file

@ -2,9 +2,9 @@ use std::path::Path;
use std::str::FromStr;
use anyhow::Result;
use puffin_client::PypiClientBuilder;
use tracing::debug;
use puffin_client::PypiClientBuilder;
use puffin_interpreter::PythonExecutable;
use puffin_platform::tags::Tags;
use puffin_platform::Platform;