Skip to content

Commit

Permalink
updating to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Feb 4, 2025
1 parent f872e74 commit b29c8c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"
- name: Cache dependencies
uses: actions/cache@v4
with:
Expand All @@ -41,10 +41,6 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -y build-essential cmake python3-dev gcc make
pip install pybind11
pip install fasttext-wheel
pip install fasttext==0.9.2
python -m pip install --upgrade pip wheel
pip install -r dev-requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit b29c8c1

Please sign in to comment.