Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: /parsed_to_cn_var should accept number, definite range, and indefinite range #455

Merged
merged 12 commits into from
Jun 26, 2023
Merged
21 changes: 21 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: checks
on: [push, pull_request]
jobs:
deps:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install pipenv
pipenv install --skip-lock # this is what Elastic beanstalk uses
20 changes: 0 additions & 20 deletions .github/workflows/github-actions.yml

This file was deleted.

163 changes: 0 additions & 163 deletions requirements-dev.txt

This file was deleted.

90 changes: 0 additions & 90 deletions requirements.txt

This file was deleted.

Loading