Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Feb 14, 2024
1 parent e1eb29e commit 33d0676
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ name: tests
on:
push:
branches:
- master
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
branches:
- master
- main
workflow_dispatch:

Expand All @@ -23,7 +21,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
13 changes: 13 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: embedseg
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.9
- pytorch
- torchvision
- pytorch-cuda=11.8
- pip
- pip:
- git+https://github.com/juglab/EmbedSeg.git
File renamed without changes.

0 comments on commit 33d0676

Please sign in to comment.