From 7d259016e62792cda88d870a02cfff8a98389fb4 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Mon, 17 Feb 2020 17:46:43 +0900 Subject: fix --- .github/workflows/linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index dd1b33d..23b7b3e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,10 +11,16 @@ jobs: - name: Checkout uses: actions/checkout@v1 + - name: Set up Python + uses: actions/setup-python@v1 + with: + python-version: 3.8 + - name: Cythonize shell: bash run: | pip install -U pip + pip -V pip install -r requirements.txt make cython #python setup.py sdist -- cgit v1.2.1