Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from UCSD-E4E/dependabot/pip/requests-2.32.0
Browse files Browse the repository at this point in the history
Bump requests from 2.31.0 to 2.32.0
  • Loading branch information
ntlhui authored May 21, 2024
2 parents 94ee3e1 + d0f7a1f commit c7946c6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/osx64_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-osx-64-lock.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-linux-64-lock.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-win-64-lock.yml
Expand Down
4 changes: 0 additions & 4 deletions RctGcs/rctGCS.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ def main():

app = QgsApplication([], True)

prefix_path = configSetup()

QgsApplication.setPrefixPath(str(prefix_path), True)

app.initQgis()

ex = GCS()
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@


def test_configuration():
with get_instance(get_config_path()) as config:
prefix_path = config.qgis_prefix_path
QgsApplication.setPrefixPath(str(prefix_path), True)
default_styles = QgsStyle.defaultStyle()
assert len(default_styles.colorRampNames()) > 0

0 comments on commit c7946c6

Please sign in to comment.