From 2137e84974582f0aaf19fa628d99d051ab713355 Mon Sep 17 00:00:00 2001 From: "Pavelka, Roman (ADV D EU CZ PDS1 CIO 1)" Date: Wed, 30 Aug 2023 14:19:07 +0200 Subject: [PATCH] Test transitive-sys-markers pipenv branch --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e18cd0c..9c9511b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,8 @@ jobs: - name: Install pipenv run: | - pip install pipenv + # pip install pipenv + pip install git+https://github.com/pypa/pipenv.git@transitive-sys-markers - name: Install dependencies run: |