Skip to content

Commit c07a3bc

Browse files
committed
More administrivia
1 parent afe4005 commit c07a3bc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
2020
- run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2121
- run: pip install --local -e .
22+
- run: pip install -r requirements-dev.txt
23+
- run: make test
2224
- restore_cache:
2325
keys:
2426
# This branch if available

admin-tools/setup-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PYTHON_VERSION=3.11.7
2+
PYTHON_VERSION=3.11.8
33

44
# FIXME put some of the below in a common routine
55
function checkout_version {

0 commit comments

Comments
 (0)