Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Jul 12, 2023
1 parent 6d36609 commit b2e46a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/tests.yml
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Tests

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade poetry
python -m pip install --upgrade pip poetry
poetry install
- name: Type check
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Calculates the days between two dates based on a 360 day year."
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
license = "MIT"
readme = "README.md"
readme = "Readme.md"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit b2e46a2

Please sign in to comment.