Skip to content

Commit 4fb98a5

Browse files
authored
Skip Physics Bank on 3.12
Currently, the bank has some questions that are invalid on 3.12
1 parent 5cdffd9 commit 4fb98a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
repo: open-resources/instructor_datascience_bank
100100
- name: Statistics
101101
repo: open-resources/instructor_stats_bank
102+
exclude:
103+
- python-version: 3.12
104+
bank:
105+
name: Physics
102106
steps:
103107
- name: Checkout ${{ matrix.bank.name }} Problem Bank
104108
uses: actions/checkout@v4

0 commit comments

Comments
 (0)