Skip to content

Commit

Permalink
Fixing CI (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Jun 5, 2023
1 parent 4a477aa commit a3c9982
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run:
shell: bash -l {0}

name: ${{ matrix.runs-on }} • x64 ${{ matrix.args }}
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}

steps:
Expand Down
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ __pycache__/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand All @@ -26,7 +27,6 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -48,7 +48,6 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
Expand All @@ -57,7 +56,6 @@ coverage.xml
# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
Expand All @@ -84,14 +82,13 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py

# Environments
# dotenv
.env

# virtualenv
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
Expand Down
104 changes: 0 additions & 104 deletions GooseHDF5/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ dependencies:
- furo
- h5py
- numpy
- pre-commit
- prettytable
- python
- pyyaml
- setuptools_scm
- sphinx
- sphinx-argparse
- termcolor
Expand Down

0 comments on commit a3c9982

Please sign in to comment.