Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Sep 12, 2024
1 parent 4ec0a58 commit f249916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ jobs:
fail-fast: false
needs: first_check
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Create spec2vec-build environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: spec2vec-build
auto-update-conda: true
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
--croot ${BUILDDIR} \
./conda
- name: Upload package artifact from build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: conda-package-artifact
path: ${{ runner.temp }}/spec2vec/_build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = "^3.10"
gensim = "^4.3.3"
matchms = "^0.27.0"
tqdm = "^4.66.5"
Expand Down

0 comments on commit f249916

Please sign in to comment.