Skip to content

Commit

Permalink
test GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Oct 15, 2023
1 parent 4f08e7b commit 5320fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml.save
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# timeout-minutes: 480

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -27,7 +27,7 @@ jobs:
auto-activate-base: true
channel-priority: true
environment-file: env.yml
miniforge-variable: Mambaforge
miniforge-variant: Mambaforge
use-mamba: true

- name: Install pypa/build
Expand Down
1 change: 1 addition & 0 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- anaconda
- defaults
dependencies:
- libarchive
- gdal>=3.0.0
- pytorch
- torchvision
Expand Down
1 change: 1 addition & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def readme():
# distclass=BinaryDistribution,
ext_modules=[],
install_requires=[
"libarchive",
"torch",
"torchvision",
"tensorflow >= 2.13.0",
Expand Down

0 comments on commit 5320fa1

Please sign in to comment.