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 f1b9b6b commit dac3160Copy full SHA for dac3160
.github/workflows/python-package.yml
@@ -26,8 +26,6 @@ jobs:
26
uses: actions/setup-python@v4
27
with:
28
python-version: ${{ matrix.python-version }}
29
- - name: Install pandoc
30
- run: sudo apt-get install -y pandoc
31
- name: Install ${{ env.package }}
32
run: |
33
python -m pip install --upgrade pip
@@ -48,8 +46,6 @@ jobs:
48
46
49
47
50
python-version: "3.12"
51
52
- run: sudo apt-get install -y pandoc notification-daemon
53
54
55
src/codext/VERSION.txt
@@ -1 +1 @@
1
-1.15.6
+1.15.7
0 commit comments