Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 23, 2024
1 parent 82a3587 commit 5380b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Look to see if there is a cache hit for the corresponding requirements files
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.in', 'requirements.in')) }}
- name: Install dependencies
working-directory: ${{ matrix.example }}
working-directory: examples/${{ matrix.example }}
run: |
pip install uv
uv venv
Expand All @@ -72,7 +72,7 @@ jobs:
username: ${{ secrets.FLYTE_BOT_USERNAME }}
password: ${{ secrets.FLYTE_BOT_PAT }}
- name: Pyflyte package
working-directory: ${{ matrix.example }}
working-directory: examples/${{ matrix.example }}
run: |
pip freeze
source .venv/bin/activate
Expand Down

0 comments on commit 5380b6a

Please sign in to comment.