Skip to content

Commit

Permalink
Merge pull request #152 from slacgismo/fix-warnings
Browse files Browse the repository at this point in the history
clear depr and future warnings
  • Loading branch information
pluflou authored May 29, 2024
2 parents dbb7b86 + 5159a30 commit 07aad92
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 2,139 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -38,8 +38,7 @@ jobs:
python-version: "3.10"

# Much better than manual installation, original version Miniconda2-4.7.10-Linux-x86_64.sh is broken
- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
Expand All @@ -62,6 +61,7 @@ jobs:
id: condabuild
run: |
conda install anaconda-client
conda clean --all
conda config --set anaconda_upload no --set solver libmamba
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)test conda build . -c mosek -c anaconda -c pvlib -c slacgismo -c conda-forge -c stanfordcvxgrp
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)test conda build . -c mosek -c pvlib -c slacgismo -c conda-forge -c stanfordcvxgrp
echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT
103 changes: 0 additions & 103 deletions .oldcircle/config.yml

This file was deleted.

142 changes: 0 additions & 142 deletions .scripts/ci-utilities.sh

This file was deleted.

74 changes: 0 additions & 74 deletions .scripts/release.sh

This file was deleted.

1 change: 0 additions & 1 deletion data/README.md

This file was deleted.

Loading

0 comments on commit 07aad92

Please sign in to comment.