Skip to content

Commit

Permalink
Restricting csvcubed version to <0.5 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahJohnsonONS committed Oct 24, 2023
1 parent 1833cfe commit 0719a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
python-version: 3.9

- name: Install csvcubed
run: pip install csvcubed
run: pip install "csvcubed<0.5"
shell: bash

- name: Verify csvcubed installation
Expand Down

0 comments on commit 0719a25

Please sign in to comment.