Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added pipenv#1

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rueedlinger merged 1 commit intomasterfromfix
Dec 13, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions.github/build.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
name: CI Build
on:
push:
branches: [ master, develop, fix/*, feature/* ]
pull_request:
branches: [ master ]
jobs:
build:
name: 'Test Jupyter Notebooks'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install pipenv
env:
PIPENV_NOSPIN: 'true'
WORKON_HOME: ~/.pipenv/virtualenvs
PIPENV_CACHE_DIR: ~/.pipenv/pipcache
run: pip install pipenv
- name: Build and Test
env:
PIPENV_NOSPIN: 'true'
WORKON_HOME: ~/.pipenv/virtualenvs
PIPENV_CACHE_DIR: ~/.pipenv/pipcache
run: |
pipenv install --dev
pipenv run py.test --nbval-lax
20 changes: 20 additions & 0 deletionsPipfile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
nbval = "*"

[packages]
pandas = "*"
geojson = "*"
beautifulsoup4 = "*"
feedparser = "*"
scikit-image = "*"
matplotlib = "*"
jupyterlab = "*"

[requires]
python_version = "3.7"
1,261 changes: 1,261 additions & 0 deletionsPipfile.lock
View file
Open in desktop

Large diffs are not rendered by default.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp