Skip to content

Setup javac independence again #881

Setup javac independence again

Setup javac independence again #881

Workflow file for this run

name: Mypy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: mypy
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.11
uses: actions/setup-python@v6
with:
python-version: 3.11
- name: Install Dependencies
run: |
pip install mypy types-pyinstaller -r test-requirements.txt
- name: mypy
run: |
mypy ./jpype/ ./test/jpypetest/