We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393a90f commit f7aa2f7Copy full SHA for f7aa2f7
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Pull dependencies
43
run: uv sync --all-extras --all-groups
44
45
- - name: Create .env file with fakse API keys
+ - name: Create .env file with fake API keys
46
run: |
47
echo "PARXY_LANDINGAI_API_KEY=$(openssl rand -hex 16)" >> .env
48
echo "PARXY_LLAMAPARSE_API_KEY=$(openssl rand -hex 16)" >> .env
0 commit comments