Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent af44663 commit 024a129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Install dependencies
run: |
conda update -n base -c defaults conda -y
conda config --set solver classic
conda update -n base -c defaults conda -y
conda install -c conda-forge -c loop3d --file dependencies.txt -y
conda install gdal pytest -y
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/test_conda_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,3 @@ jobs:
# Step 3: Install conda-build
- name: Install conda-build
run: conda install -y conda-build

# Step 4: Build the Conda package
- name: Build Conda package
run: conda-build .

# Step 5: Create a Conda environment and install the built package
- name: Create environment and install package
run: |
conda create -y -n test-env python=3.10
source activate test-env
conda install -y --use-local $(conda build . --output)
# Step 6: Test the package import
- name: Test import
run: |
source activate test-env
python -c "import your_package_name"

0 comments on commit 024a129

Please sign in to comment.