Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent 34a9f4b commit dfb0cc3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
python-version:
required: false
description: "The python version to use"
default: "3.8.19"
default: "3.8"

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8.19"]
python-version: ["3.8"]
fail-fast: false
steps:
- name: Check out
Expand Down
87 changes: 1 addition & 86 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ms_sample_list_creator"
version = "0.0.1"
version = "0.5"
description = "A tool to automatically genereate MS sample lists for the DBGI project"
authors = ["Edouard Brülhart <edouard.bruelhart@unifr.ch>"]
repository = "https://github.com/digital-botanical-gardens-initiative//ms-sample-list-creator"
Expand All @@ -16,7 +16,6 @@ requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
pytest = "^7.2.0"
pytest-cov = "^5.0.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py38

[gh-actions]
python =
3.8.19: py38
3.8: py38

[testenv]
passenv = PYTHON_VERSION
Expand Down

0 comments on commit dfb0cc3

Please sign in to comment.