Skip to content

Commit

Permalink
fix: Typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Feb 5, 2025
1 parent 3f8261b commit a622b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
used-labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
python-version: "3.10"
artifact-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
poetry-extras: "--with cuda12,tests"
poetry-extras: "--with cuda12,test"

secrets:
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a622b02

Please sign in to comment.