Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuXuAudio committed Oct 21, 2024
1 parent b3516ba commit 45a2d52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3

# Set up Conda
# Set up Miniconda with specified version
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest" # Ensure Miniconda is installed
python-version: ${{ matrix.python-version }}
auto-activate-base: false # Avoid using the base environment
activate-environment: DEISM # Name of the environment
environment-file: deism_env.yml # Use your Conda environment.yml
activate-environment: DEISM # Your Conda environment name
environment-file: deism_env.yml # Your environment.yml file to create the env

- name: Install dependencies
run: |
Expand Down

0 comments on commit 45a2d52

Please sign in to comment.