Skip to content

Commit 653081b

Browse files
authored
Fix debugpy CI issue; Accept pytorch 2 for python >3.7 (#57)
* Bump to pytorch 2.0 for python >3.7 * pin poetry version to mitigate debugpy issue
1 parent 66a1b28 commit 653081b

5 files changed

Lines changed: 355 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- uses: actions/checkout@v3
4949
- name: Install Poetry
5050
uses: snok/install-poetry@v1
51+
with:
52+
version: 1.4.0
5153
- name: Set up Python
5254
uses: actions/setup-python@v4
5355
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- uses: actions/checkout@v3
7070
- name: Install Poetry
7171
uses: snok/install-poetry@v1
72+
with:
73+
version: 1.4.0
7274
- name: Poetry config
7375
run: poetry self add 'poethepoet[poetry_plugin]'
7476
- name: Set up Python

python/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Circuits Vis
22

33
Mechanistic Interpretability visualizations.
4+
5+
## Testing
6+
7+
`pytest`

0 commit comments

Comments
 (0)