File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - name : Setup packages
1515 run : |
16- pip install pretalx==2025.1.0
16+ pip install pretalx==2025.2.2
1717 pip install -e .[dev]
1818 - run : make lint
1919
2626 checks : write
2727 steps :
2828 - uses : actions/checkout@v4
29- # REVISIT: Actually use pretalx release
30- # Currently disabled because of unreleased migration to django-csp 4
31- # - name: pip install pretalx==2025.1.0
32- - name : Install pretalx from known-good Git commit (as workaround)
33- working-directory : /tmp
34- run : |
35- apt-get --yes update
36- apt-get --yes install git
37- git clone https://github.com/pretalx/pretalx.git
38- cd pretalx
39- git checkout 22e2cb44a
40- pip install .
29+ - name : install pretalx release
30+ run : pip install pretalx==2025.2.2
4131 - run : pip install -e .[dev]
4232 - name : Get vendored dependencies
4333 run : |
6656 test_head :
6757 name : Test with current pretalx HEAD and recent Python
6858 runs-on : ubuntu-latest
69- container : python:3.13 -bookworm
59+ container : python:3.14 -bookworm
7060 permissions :
7161 checks : write
7262 steps :
You can’t perform that action at this time.
0 commit comments