Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Unaimend authored Nov 28, 2024
1 parent f7642bd commit f41ac01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
activate-environment: aat
environment-file: environment.yml
auto-activate-base: false
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -22,12 +28,6 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env create --name aat --file environment.yaml
- name: activate env
run: |
conda activate aat
- name: Test with unit test
run: |
python3 -m unittest discover tests/
Expand Down

0 comments on commit f41ac01

Please sign in to comment.