Skip to content

Commit b1179ed

Browse files
committed
ci: update github actions
1 parent 328e44a commit b1179ed

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
python-version: [3.8]
21+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2222

2323
steps:
2424
- uses: actions/checkout@v2
25-
26-
- name: Setup conda
27-
uses: conda-incubator/setup-miniconda@v2
25+
26+
- uses: actions/setup-python@v5
2827
with:
29-
channels: conda-forge
3028
python-version: ${{ matrix.python-version }}
3129

3230
- name: Install dependencies

XYZHubConnector/xyz_qgis/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
def override_config(ext_config):
17-
global config
17+
global config # noqa
1818
config.set_config(ext_config)

0 commit comments

Comments
 (0)