We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a1b28 commit 653081bCopy full SHA for 653081b
5 files changed
.github/workflows/checks.yml
@@ -48,6 +48,8 @@ jobs:
48
- uses: actions/checkout@v3
49
- name: Install Poetry
50
uses: snok/install-poetry@v1
51
+ with:
52
+ version: 1.4.0
53
- name: Set up Python
54
uses: actions/setup-python@v4
55
with:
.github/workflows/release.yml
@@ -69,6 +69,8 @@ jobs:
69
70
71
72
73
74
- name: Poetry config
75
run: poetry self add 'poethepoet[poetry_plugin]'
76
python/README.md
@@ -1,3 +1,7 @@
1
# Circuits Vis
2
3
Mechanistic Interpretability visualizations.
4
+
5
+## Testing
6
7
+`pytest`
0 commit comments