Skip to content

Commit

Permalink
Semantic versioning (#141)
Browse files Browse the repository at this point in the history
* ci: fixing semantic versioning

* ci: fixing semantic versioning

* ci: fixing semantic versioning

* fixing the mess

* fix:  the mess

* ci: fixing semantic versioning

* fix:  the mess

* ci: fixing semantic versioning

* fix: forcing release

* ci: fixing semantic versioning

* fix: forcing release

* ci: fixing semantic versioning

* fix: forcing release

* ci: fixing semantic versioning

* ci: fixing semantic versioning

* ci: adding pandas to test
  • Loading branch information
vijayvammi authored Apr 18, 2024
1 parent 63f1737 commit 7e1174c
Show file tree
Hide file tree
Showing 5 changed files with 730 additions and 741 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
argo version
- run: |
python -m poetry install
python -m poetry install --without docs,binary,perf,tutorial
poetry run tox
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
argo version
- run: python -m pip install poetry
- run: |
# python -m poetry install
python -m poetry install --without docs,binary,perf,tutorial
poetry run tox
Release:
Expand Down
Loading

0 comments on commit 7e1174c

Please sign in to comment.