From 5b5e865411b16e17d268cfb06e988da8ee790c0a Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 28 Feb 2024 13:33:47 -0500 Subject: [PATCH] remove dependenices --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5f0d1ae1..b50769b6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,10 +15,10 @@ jobs: uses: actions/setup-python@v3 with: python-version: '3.x' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt +# - name: Install dependencies +# run: | +# python -m pip install --upgrade pip +# pip install -r requirements.txt - name: Run tests run: | python -m unittest test1.py