From 36b995bc4dd94aa6ac90147e6b9e008308440243 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:53:26 -0500 Subject: [PATCH] Fix bad tox.ini passenv setting (#1445) See https://github.com/Qiskit/qiskit-ibm-provider/pull/825 for context. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c42394b21..5280da0e9 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US LC_ALL=en_US.utf-8 -passenv= - GITHUB_REF_NAME, +passenv = + GITHUB_REF_NAME GITHUB_BASE_REF deps = -r{toxinidir}/requirements.txt