From 4bbb44cca59808ea251de79588748dbbd90bd03e Mon Sep 17 00:00:00 2001 From: "guillaume.grolleron" Date: Mon, 20 Jan 2025 21:02:37 +0100 Subject: [PATCH] useless --- .github/workflows/ci.yml | 3 --- environment.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0b78f09..13f2b422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,9 +97,6 @@ jobs: python-version: ${{ matrix.python-version }} check-latest: true - - name: Install libglib2 - run: sudo apt install -y libglib2.0-0 - - name: Install dependencies env: CTAPIPE_VERSION: ${{ matrix.ctapipe-version }} diff --git a/environment.yml b/environment.yml index c5c8bd9c..ec808af8 100644 --- a/environment.yml +++ b/environment.yml @@ -22,5 +22,5 @@ dependencies: - zodb - mechanize - browser-cookie3 - - pyqt6 + - pyqt5 - pyqtgraph