Skip to content

Commit dac3160

Browse files
committed
New release
1 parent f1b9b6b commit dac3160

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- name: Install pandoc
30-
run: sudo apt-get install -y pandoc
3129
- name: Install ${{ env.package }}
3230
run: |
3331
python -m pip install --upgrade pip
@@ -48,8 +46,6 @@ jobs:
4846
uses: actions/setup-python@v4
4947
with:
5048
python-version: "3.12"
51-
- name: Install pandoc
52-
run: sudo apt-get install -y pandoc notification-daemon
5349
- name: Install ${{ env.package }}
5450
run: |
5551
python -m pip install --upgrade pip

src/codext/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.6
1+
1.15.7

0 commit comments

Comments
 (0)