Skip to content

Commit

Permalink
ci: fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Jan 18, 2025
1 parent ddbd16b commit a6d2f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID_VAEX }}
run: ./ci/06-run-contrib-tests.sh

- name: Test comand line
- name: Test command line
run: |
vaex convert ~/.vaex/data/helmi-dezeeuw-2000-FeH-v2-10percent.hdf5 test.parquet
VAEX_PROGRESS_TYPE=rich vaex convert ~/.vaex/data/helmi-dezeeuw-2000-FeH-v2-10percent.hdf5 test.parquet
Expand Down

0 comments on commit a6d2f2f

Please sign in to comment.