We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfed6b commit 6d98de9Copy full SHA for 6d98de9
.github/workflows/debian.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v3
14
name: setup Python
15
with:
16
- python-version: 3.8
+ python-version: '3.10'
17
- name: Checkout pywis-pubsub
18
uses: actions/checkout@master
19
- name: build Debian package 🏗️
.github/workflows/flake8.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: Install flake8
.github/workflows/test-publish-subscribe-download.yml
- name: Install pywis-pubsub
run: |
python3 setup.py install
0 commit comments