Skip to content
Merged

V2 #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pytest

on:
push:
pull_request:

jobs:
test-pandas-read-in:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
activate-environment: pv-code-examples
- run: pytest
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.ipynb_checkpoints
.DS_Store
*.tsv
*.zip
*.pyc
__pycache__
.pytest_cache
17 changes: 0 additions & 17 deletions 01_bulk_download_example_joins/README.md

This file was deleted.

77 changes: 0 additions & 77 deletions 01_bulk_download_example_joins/country_ipc_selection.R

This file was deleted.

124 changes: 0 additions & 124 deletions 01_bulk_download_example_joins/join_assignee.Rmd

This file was deleted.

558 changes: 0 additions & 558 deletions 01_bulk_download_example_joins/join_assignee.html

This file was deleted.

136 changes: 0 additions & 136 deletions 01_bulk_download_example_joins/join_inventor.Rmd

This file was deleted.

Loading
Loading