From 3bf798a0f4a12e0314077d68c42b632b404fea8e Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 17:43:58 -0400 Subject: [PATCH] installing yourbase --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a609f3704..6950871af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: - name: Install nose if: ${{ matrix.python-impl != 'jython' }} run: pip install nose + - name: Install yourbase + run: pip install yourbase - name: Install nose (Jython) if: ${{ matrix.python-impl == 'jython' }} # Working around deprecation of support for non-SNI clients at PyPI CDN (see https://status.python.org/incidents/hzmjhqsdjqgb)