diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c78ec7e..2b3d767 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: test: runs-on: ubuntu-latest - + env: OPERATING_ENV: ci GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -18,6 +18,11 @@ jobs: matrix: python-version: ['3.12'] + services: + docker: + image: docker:latest + options: --privileged + steps: - name: Check out the code uses: actions/checkout@v3