Skip to content

Commit

Permalink
Update python-test-published-rc-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer authored Nov 21, 2024
1 parent 7bab824 commit be7cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-published-rc-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install magika
run: python3 -m pip install --pre magika
- run: python3 -c 'import magika; m = magika.Magika(); print(m)'
- run: python3 -c 'import magika; m = magika.Magika(); print(m); print(magika.__version__)'
- run: magika --version
# The latest published model does not necessarily support detection for
# all types in our tests data; thus, for now we just check that the magika
Expand Down

0 comments on commit be7cb27

Please sign in to comment.