Skip to content

Commit

Permalink
Merge pull request #70 from mulkieran/bgurney-rh-f41-current
Browse files Browse the repository at this point in the history
Advance current development environment to Fedora 41
  • Loading branch information
mulkieran authored Dec 23, 2024
2 parents c2d5f9c + 2e48abe commit 23c16ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,25 @@ jobs:
pylint
python3-pyparsing
python3-hypothesis
python3-setuptools
task: >
PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages
make -f Makefile lint
- dependencies: >
python3-pyparsing
python3-hypothesis
python3-setuptools
task: PYTHONPATH=./src make -f Makefile test
- dependencies: >
python3-coverage
python3-pyparsing
python3-hypothesis
python3-setuptools
task: PYTHONPATH=./src make -f Makefile coverage
- dependencies: python python3-build twine
task: make -f Makefile package
runs-on: ubuntu-latest
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/weekly.yml

This file was deleted.

0 comments on commit 23c16ad

Please sign in to comment.