Merge pull request #2642 from CyrilWaechter/v0.7.0

Remove unecessary line which make build failing
This commit is contained in:
Kristoffer Andersen
2022-12-09 10:52:01 +01:00
committed by GitHub
@@ -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