Skip to content

docs: add note on memory limit to avoid java args break and fix typo … #699

docs: add note on memory limit to avoid java args break and fix typo …

docs: add note on memory limit to avoid java args break and fix typo … #699

Workflow file for this run

name: testcases
on:
push:
branches:
- 4.5
paths:
- "pygluu/**"
- "tests/**"
- "setup.py"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
- name: Test with pytest
run: |
tox