Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Sep 25, 2023
1 parent dc86d0d commit 816d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build docker image
run: docker build . -t doctr-tf-py3.8-slim
- name: Run docker container
run: docker run doctr-tf-py3.8-slim python -c 'import doctr'
run: docker run doctr-tf-py3.8-slim python3 -c 'import doctr'

pytest-api:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 816d185

Please sign in to comment.