Skip to content

Commit

Permalink
Modifying workflow given existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
athob committed Nov 15, 2023
1 parent 7a63ba5 commit 07c3af8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 49 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
- name: Install package
run: |
pip install .
# - name: Lint with flake8
# run: |
# conda install flake8
# # stop the build if there are Python syntax errors or undefined names
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test with pytest
# run: |
# conda install pytest
# pytest
- name: Lint with flake8
run: |
conda install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
conda install pytest
pytest
develop-post-install:
runs-on: ubuntu-latest
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/python-package.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `py-ananke`

[![Python package](https://github.com/jngaravitoc/py-ananke/actions/workflows/python-package.yml/badge.svg)](https://github.com/jngaravitoc/py-ananke/actions/workflows/python-package.yml)
[![Python package](https://github.com/jngaravitoc/py-ananke/actions/workflows/main.yml/badge.svg)](https://github.com/jngaravitoc/py-ananke/actions/workflows/main.yml)

Welcome to `py-ananke`, a Python package that offers `ananke` which is a comprehensive pipeline designed to generate mock astrometric and photometric catalogs of synthetic stars derived from particle-based simulated star populations.

Expand Down

0 comments on commit 07c3af8

Please sign in to comment.