Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 9, 2024
1 parent 8ac74e3 commit c4e467c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,14 @@ jobs:
command: clippy
args: --features all --all

# - name: Cache venv
# uses: actions/cache@v4
# with:
# path: ~/.cache/pypoetry/virtualenvs
# key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ secrets.CACHE_VERSION }}-${{ hashFiles('connectorx-python/poetry.lock') }}
- name: Cache venv
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ secrets.CACHE_VERSION }}-${{ hashFiles('connectorx-python/poetry.lock') }}

- uses: extractions/setup-just@v2
- name: Install python dependencies
run: just bootstrap-python

- name: Test python
run: just test-python
Expand Down

0 comments on commit c4e467c

Please sign in to comment.