forked from Wavyzz/py-healthchecks.io
Revert "chore: ci fixups and poetry update"
This reverts commit d0b986025e.
This commit is contained in:
10
.github/workflows/constraints.txt
vendored
10
.github/workflows/constraints.txt
vendored
@@ -1,6 +1,6 @@
|
||||
pip==24.0.0
|
||||
nox==2024.4.15
|
||||
nox-poetry==1.0.3
|
||||
poetry==1.8.2
|
||||
virtualenv==20.26.1
|
||||
pip==23.1.2
|
||||
nox==2023.4.22
|
||||
nox-poetry==1.0.2
|
||||
poetry==1.5.1
|
||||
virtualenv==20.23.1
|
||||
toml==0.10.2
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
payload = sys.version.encode() + sys.executable.encode()
|
||||
digest = hashlib.sha256(payload).hexdigest()
|
||||
result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest[:8])
|
||||
|
||||
|
||||
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
|
||||
fh.write(f"result={result}\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user