Skip to content

Commit

Permalink
Merge pull request #33 from rdkit/EdgarHarutyunian-patch-14
Browse files Browse the repository at this point in the history
Update build-laplaciannb.yml
  • Loading branch information
EdgarHarutyunian authored Feb 10, 2025
2 parents 71186c0 + ca51e65 commit 54384aa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-laplaciannb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: base
auto-activate--base: false
auto-activate-base: false

# Step 3: Create and activate a new environment called "buildenv"
- name: Create & activate Build Env
Expand Down Expand Up @@ -89,8 +88,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: base
auto-activate--base: false
auto-activate-base: false

# Step 3: Create and activate a new environment called "pypienv"
- name: Create & activate PyPi Env
Expand All @@ -103,7 +101,6 @@ jobs:
# Step 4: Publish distribution 📦 to PyPI
- name: Publish distribution 📦 to PyPI
shell: bash
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down Expand Up @@ -137,8 +134,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: base
auto-activate--base: false
auto-activate-base: false

# Step 3: Create and activate a new environment called "testenv"
- name: Create & activate Test Env
Expand Down

0 comments on commit 54384aa

Please sign in to comment.