From ebdbe96f70dec2f8432555a321e7224a7a4fbfa7 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Nov 07 2022 14:25:52 +0000 Subject: Duffy doesn't pull httpx --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index f5fb3af..f79c003 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -11,7 +11,7 @@ jobs: known_hosts: NO if_key_exists: fail # replace / ignore / fail; optional (defaults to fail) - uses: "actions/checkout@v2" - - run: sudo python3 -m pip install duffy fabric + - run: sudo python3 -m pip install duffy fabric httpx - run: cd t_functional_duffy_runner/src && python3 __main__.py --arch=x86 --release=centos-8s name: Greeting