Skip to content

Commit

Permalink
update-3-11
Browse files Browse the repository at this point in the history
  • Loading branch information
jwongster2 committed Oct 3, 2023
1 parent d9ac38d commit 11809f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-3-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2

Expand All @@ -36,7 +36,7 @@ jobs:
run: |
python -c "import sys; print(sys.version)"
python -m pip install --upgrade pip
python -m pip requests tqdm transformers pytest tabulate sentence-transformers
python -m pip install requests tqdm transformers pytest tabulate sentence-transformers
python -m pip install . pytest-rerunfailures pytest-asyncio
- name: Run Unit Tests (pytest)
Expand Down

0 comments on commit 11809f4

Please sign in to comment.