Skip to content

Commit

Permalink
Changing pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dma1dma1 committed May 6, 2024
1 parent 1bf8ebb commit 85dc93a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9.18]
python-version: [3.9]
os: [ubuntu-20.04, macos-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -50,8 +50,7 @@ jobs:
key: pip-${{ hashFiles('requirements.txt') }}-${{ matrix.python-version }}
restore-keys: |
pip-
- run: python -m pip install --upgrade pip
- run: pip install -e .
- run: pip3 install -e .
- run: cl

test_frontend:
Expand Down

0 comments on commit 85dc93a

Please sign in to comment.