Skip to content

Commit

Permalink
Merge pull request #12 from meteocat/release-v0.2.4
Browse files Browse the repository at this point in the history
Release v0.2.4
  • Loading branch information
sotis-am authored Aug 8, 2023
2 parents ada465f + 0d638ac commit 601e4e9
Show file tree
Hide file tree
Showing 24 changed files with 1,574 additions and 886 deletions.
Binary file modified .coverage
Binary file not shown.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Add conda to system path
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 update --file environment.yml --name base
conda env update --file environment_dev.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ unimodel.egg-info
__pycache__

# Build
.eggs
.eggs

# Visual Studio Code docs
.vscode
16 changes: 0 additions & 16 deletions .vscode/launch.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 601e4e9

Please sign in to comment.