Skip to content

Commit

Permalink
Fix the issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2022
1 parent 1c118d3 commit 98a6946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use pyo3::Python;

fn main() -> eyre::Result<()> {
Python::with_gil(|py| {
// workaround for https://github.com/PyO3/pyo3/issues/983
// workaround for https://github.com/PyO3/pyo3/issues/1896
if cfg!(any(windows, target_os = "macos")) {
if let Ok(virtual_env) = env::var("VIRTUAL_ENV") {
let site_packages = if cfg!(windows) {
Expand Down

0 comments on commit 98a6946

Please sign in to comment.