Skip to content

Commit

Permalink
Correct problem in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoLoma committed Aug 14, 2024
1 parent 43a4d72 commit 8a48b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_conda_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
environment-file: pyatlan/.conda-envs/meta.yaml # Path to the build conda environment
environment-file: .conda-envs/meta.yaml # Path to the build conda environment
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
Expand Down

0 comments on commit 8a48b8f

Please sign in to comment.