Skip to content

Commit

Permalink
fix: use correct dependency file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Sep 18, 2024
1 parent 1119ffe commit b5f9c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Installing dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge -c loop3d --file dependencies.txt -y
conda install -c conda-forge -c loop3d --file requirements.txt -y
- name: Building and install
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}}
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit b5f9c44

Please sign in to comment.