File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 salt : " master"
5353 - py : " 3.9"
5454 salt : " master"
55+ env :
56+ SALT_REQUIREMENT : ${{ matrix.salt == 'master' && 'salt@git+https://github.com/saltstack/salt.git@master' || format('salt=={0}', matrix.salt) }}
5557 steps :
5658 - uses : actions/checkout@v4
5759 - name : Set up Python ${{ matrix.py }}
@@ -74,15 +76,13 @@ jobs:
7476
7577 - name : Install Test Requirements
7678 env :
77- SALT_REQUIREMENT : salt==${{ matrix.salt }}
7879 PYTHON_VERSIONS : ${{ matrix.py }}
7980 API_BACKEND : ${{ matrix.netapi }}
8081 run : |
8182 nox --force-color -e tests --install-only
8283
8384 - name : Test
8485 env :
85- SALT_REQUIREMENT : salt==${{ matrix.salt }}
8686 PYTHON_VERSIONS : ${{ matrix.py }}
8787 API_BACKEND : ${{ matrix.netapi }}
8888 SKIP_REQUIREMENTS_INSTALL : YES
You can’t perform that action at this time.
0 commit comments