Skip to content

Commit

Permalink
Remove cd to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Oct 4, 2024
1 parent 93fd18f commit cabb3fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ jobs:
uses: actions/cache@v3
with:
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
path: packages/cartesia-python/.venv
path: .venv

- name: Activate virtualenv
run: |
cd packages/cartesia-python
python -m venv .venv
source .venv/bin/activate
make install-dev
Expand All @@ -72,5 +71,4 @@ jobs:
CARTESIA_API_KEY: ${{ secrets.TESTING_CARTESIA_API_KEY }}
CARTESIA_TEST_DEPRECATED: "true"
run: |
cd packages/cartesia-python
make test

0 comments on commit cabb3fc

Please sign in to comment.