Skip to content

Commit

Permalink
remove windows ci
Browse files Browse the repository at this point in the history
Use version from git versioning.
  • Loading branch information
cofiem committed Nov 16, 2024
1 parent 0f7d835 commit e60953b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# TODO: add tests for 'Windows' and 'macOS'. Need to install Tesseract.
os:
- ubuntu
- windows-latest
# - windows-latest
# Created by the build-and-inspect-python-package action above.
python-version: ${{ fromJson(needs.build-package.outputs.python-versions) }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: choco install tesseract

- name: Run tests
run: pipx tox run --installpkg dist/*.whl -f py${PYTHON//./}-tests
run: pipx run tox run --installpkg dist/*.whl -f py${PYTHON//./}-tests

- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand All @@ -95,7 +95,7 @@ jobs:
if-no-files-found: ignore

- name: Run mypy typing check
run: pipx tox run --installpkg dist/*.whl -f py${PYTHON//./}-mypy
run: pipx run tox run --installpkg dist/*.whl -f py${PYTHON//./}-mypy


coverage:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ where = ["src"]
include = ["screenshot_ocr*"]

[tool.setuptools.dynamic]
version = { file = ["VERSION"] }
dependencies = { file = ["requirements.txt"] }

[tool.setuptools.dynamic.optional-dependencies]
Expand Down

0 comments on commit e60953b

Please sign in to comment.