Skip to content

Commit

Permalink
CI testinfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling committed Nov 18, 2023
1 parent efd1072 commit 873005d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- run: pip install poetry
- run: poetry install -with dev
- run: poetry install --with dev
- run: mypy flask_muck/


0 comments on commit 873005d

Please sign in to comment.