Skip to content

Commit

Permalink
Fix tutorial for new metasyn version (#21)
Browse files Browse the repository at this point in the history
* Fix tutorial for new metasyn version

* Update actions to remove deprecation warnings

---------

Co-authored-by: Raoul Schram <[email protected]>
  • Loading branch information
qubixes and qubixes authored Dec 20, 2023
1 parent cfdb407 commit 83ee9c2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 370 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
# python-version: "3.11"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
349 changes: 22 additions & 327 deletions examples/tutorial.ipynb

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions examples/utils.py

This file was deleted.

0 comments on commit 83ee9c2

Please sign in to comment.