Skip to content

Commit b2f1904

Browse files
try to remove avro-to-python-etp from deps to avoid python <4.0
1 parent b13c52f commit b2f1904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/generate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838

3939
- name: Install avro-to-python-etp
4040
run: |
41-
poetry add -D avro-to-python-etp
41+
poetry run python -m pip install avro-to-python-etp
4242
shell: bash
4343

4444
- name: Translate avpr to avsc

0 commit comments

Comments
 (0)