Remove unecessary line which make build failing

This commit is contained in:
CyrilWaechter
2022-12-09 09:44:19 +01:00
parent 53cecb3546
commit dfeac601e4
@@ -61,7 +61,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
with:
python-version: '3.7.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: echo ${{ env.DATE }}
- name: Get current date