We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4005 commit c07a3bcCopy full SHA for c07a3bc
2 files changed
.circleci/config.yml
@@ -19,6 +19,8 @@ jobs:
19
- run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
20
- run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
21
- run: pip install --local -e .
22
+ - run: pip install -r requirements-dev.txt
23
+ - run: make test
24
- restore_cache:
25
keys:
26
# This branch if available
admin-tools/setup-master.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-PYTHON_VERSION=3.11.7
+PYTHON_VERSION=3.11.8
3
4
# FIXME put some of the below in a common routine
5
function checkout_version {
0 commit comments