Skip to content

Commit

Permalink
modules: create export module
Browse files Browse the repository at this point in the history
* Create `export` module extension.
* Adds tests to check this extension and sample blueprint.

Co-authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
zannkukai and jma committed Aug 25, 2022
1 parent 56cb2b7 commit 06d65bd
Show file tree
Hide file tree
Showing 12 changed files with 1,277 additions and 397 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
Loading

0 comments on commit 06d65bd

Please sign in to comment.