Skip to content

Commit

Permalink
Merge pull request #37 from njzjz/v3.0.0a0
Browse files Browse the repository at this point in the history
v3.0.0a0
  • Loading branch information
njzjz authored Mar 3, 2024
2 parents 62d00b9 + 05fcdc6 commit bd390d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
cuda: '11.8'
platform: linux-64
- name: deepmd-kit
cuda: '12.0'
cuda: '12.3'
platform: linux-64
#- name: deepmd-kit-gpu
# cuda: '10.2'
# platform: linux-ppc64le
env:
version: "2.2.9"
version: "3.0.0a0"
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v4
- uses: s-weigand/setup-conda@v1
with:
Expand All @@ -38,7 +40,7 @@ jobs:
CUDA_VERSION: ${{ matrix.cuda }}
CONDA_OVERRIDE_CUDA: ${{ matrix.cuda }}
- run: export NAME=`ls deepmd-kit-*.sh` && split -a 1 -d -n 2 ${NAME} ${NAME}. && rm deepmd-kit-*.sh
if: matrix.cuda == '11.8' || matrix.cuda == '12.0'
if: matrix.cuda == '11.8' || matrix.cuda == '12.3'
- name: Upload to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -53,8 +55,6 @@ jobs:
files: deepmd-kit-*.sh*
tag_name: v${{ env.version }}
repository: deepmodeling/deepmd-kit
prerelease: false
name: v${{ env.version }}
append_body: true
env:
GITHUB_TOKEN: ${{ secrets.DEEPMD_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions deepmd-kit/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version: {{ version }}-{{ variant_version }}

channels:
- https://conda.anaconda.org/conda-forge
- https://conda.anaconda.org/conda-forge/label/deepmd-kit_dev

specs:
- deepmd-kit {{ version }} {{ variant }}*
Expand Down

0 comments on commit bd390d4

Please sign in to comment.