Skip to content

Commit

Permalink
Pinning validator version number
Browse files Browse the repository at this point in the history
  • Loading branch information
query-jeremy committed Oct 20, 2023
1 parent 88682f9 commit ea97e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deep-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.11'

- name: Install validator
run: python -m pip install ocsf-validator
run: python -m pip install 'ocsf-validator>=0.1.1,<0.2'

- name: Run validator
run: python -m ocsf_validator .

0 comments on commit ea97e1e

Please sign in to comment.