Skip to content

Commit 6dbe451

Browse files
authored
Merge pull request #15 from dmorton714/feature/cleaning-worc
Feature/cleaning worc be sure to delete this branch now and start on another for any additional issues.
2 parents d684cf8 + bc9cf37 commit 6dbe451

6 files changed

Lines changed: 817 additions & 18 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-python@v5
99
with:
10-
python-version: '3.10'
10+
python-version: '3.13'
1111
- name: Install dependencies
1212
run: pip install ruff
1313
- name: Run ruff

.github/workflows/tests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Test
1+
# name: Test
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
44

5-
jobs:
6-
test:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v5
11-
with:
12-
python-version: '3.10'
13-
- name: Install dependencies
14-
run: pip install -r requirements.txt
15-
- name: Run tests with pytest
16-
run: pytest
5+
# jobs:
6+
# test:
7+
# runs-on: ubuntu-latest
8+
# steps:
9+
# - uses: actions/checkout@v4
10+
# - uses: actions/setup-python@v5
11+
# with:
12+
# python-version: '3.10'
13+
# - name: Install dependencies
14+
# run: pip install -r requirements.txt
15+
# - name: Run tests with pytest
16+
# run: pytest

src/notebooks/ideal.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"name": "python",
251251
"nbconvert_exporter": "python",
252252
"pygments_lexer": "ipython3",
253-
"version": "3.12.2"
253+
"version": "3.13.0"
254254
}
255255
},
256256
"nbformat": 4,

0 commit comments

Comments
 (0)