Skip to content

Commit

Permalink
Make workflow a little nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent 74c766d commit eef2980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pycafe-dashboards-in-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
python -m pip install --upgrade pip
pip install -r tools/tools_requirements.txt
pip install hatch
- name: "Build vizro core package"
- name: "Build vizro-core package"
run: |
cd vizro-core
hatch build
- name: "Upload Artifact"
- name: "Upload artifact"
uses: actions/upload-artifact@v4
with:
name: pip
path: vizro-core/dist/*.whl
retention-days: 14

- name: Run Github Tool
- name: "Create PyCafe links"
env:
GITHUB_TOKEN: ${{ github.token }}
RUN_ID: ${{ github.run_id }}
Expand Down

0 comments on commit eef2980

Please sign in to comment.