Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Jun 28, 2024
1 parent ac418d1 commit 42eca36
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.9'
cache: 'pipenv'

- name: Install pipenv
run: |
python -m pip install --upgrade pipenv wheel
python -m pipenv --python '3.7' install --dev
python -m pipenv --python '3.9' install --dev
- name: Run flake8
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.9']
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ nbconvert = ">=6.4.5"
notebook = ">=6.4, <7.0.0"
pyyaml = ">=3.13, <7"
requests = ">=2.20.1"
# nbconvert is not compatible with tornado 6 (which is in alpha)
#tornado = ">=5"
boto3 = ">=1.9"
importlib-metadata = "<8.0.0"

[dev-packages]
flake8 = "*"
Expand Down
20 changes: 11 additions & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42eca36

Please sign in to comment.