@@ -15,13 +15,12 @@ jobs:
1515 - name : Install python
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.9.9
18+ python-version : 3.9
1919 - name : Cache packages
2020 uses : actions/cache@v3
2121 with :
2222 path : ~/.cache/pip
23- key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg')
24- }}
23+ key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
2524 - name : Install dependencies
2625 run : make setup
2726 - name : Lint
@@ -41,13 +40,12 @@ jobs:
4140 - name : Install python
4241 uses : actions/setup-python@v4
4342 with :
44- python-version : 3.9.9
43+ python-version : 3.9
4544 - name : Cache packages
4645 uses : actions/cache@v3
4746 with :
4847 path : ~/.cache/pip
49- key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg')
50- }}
48+ key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
5149 - name : Install dependencies
5250 run : make setup
5351 - name : Run unit tests
@@ -65,13 +63,12 @@ jobs:
6563 - name : Install python
6664 uses : actions/setup-python@v4
6765 with :
68- python-version : 3.9.9
66+ python-version : 3.9
6967 - name : Cache packages
7068 uses : actions/cache@v3
7169 with :
7270 path : ~/.cache/pip
73- key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg')
74- }}
71+ key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
7572 - name : Install dependencies
7673 run : make setup
7774 - name : Login to ghcr.io
@@ -95,13 +92,12 @@ jobs:
9592 - name : Install python
9693 uses : actions/setup-python@v4
9794 with :
98- python-version : 3.9.9
95+ python-version : 3.9
9996 - name : Cache packages
10097 uses : actions/cache@v3
10198 with :
10299 path : ~/.cache/pip
103- key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg')
104- }}
100+ key : py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
105101 - name : Install dependencies
106102 run : make setup
107103 - name : Login to ghcr.io
@@ -125,7 +121,7 @@ jobs:
125121 - name : Install python
126122 uses : actions/setup-python@v4
127123 with :
128- python-version : 3.9.9
124+ python-version : 3.9
129125 - name : Cache packages
130126 uses : actions/cache@v3
131127 with :
0 commit comments