Skip to content

Commit

Permalink
remove paskino channel (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino authored Sep 27, 2023
1 parent 8c7caca commit f8b254c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: paskino/conda-package-publish-action@v1.4.4
with:
subDir: 'Wrappers/Python/conda-recipe'
channels: '-c conda-forge -c paskino -c ccpi'
channels: '-c conda-forge -c ccpi'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/master')}}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## vx.x.x
- Fix bug with setInputAsNumpy() using deprecated `numpy2vtkImporter` in `CILViewer2D` - now uses `numpy2vtkImage`
- Removed the `paskino` channel from the install command as eqt is on `conda-forge`

## v23.1.0
- Raise error if try to add multiple widgets with the same name to CILViewer or CILViewer2D.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An example of use of the viewers in another app is the [iDVC app](https://github
To install via `conda`, create a new environment using:

```bash
conda create --name cilviewer ccpi-viewer=23.1.0 -c ccpi -c paskino -c conda-forge
conda create --name cilviewer ccpi-viewer=23.1.0 -c ccpi -c conda-forge
```

## Running the CILViewer app
Expand Down
1 change: 0 additions & 1 deletion Wrappers/Python/conda-recipe/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: cilviewer_dev
channels:
- ccpi
- paskino
- conda-forge
dependencies:
- python
Expand Down
1 change: 0 additions & 1 deletion docker/web-app/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: cilviewer_webapp
channels:
- paskino
- conda-forge
dependencies:
- python==3.9
Expand Down

0 comments on commit f8b254c

Please sign in to comment.