diff options
| author | Léo Vansimay | 2021-04-23 11:08:48 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-23 11:08:48 +0200 |
| commit | 88707e8abf413a9c22d3bf4191354777225d0403 (patch) | |
| tree | 2a0addda704a5fe99717d60b93518448ef2c002f | |
| parent | 24443ae5e16fde5323177bde3fedbd73d90e61fc (diff) | |
| download | sec-certs-88707e8abf413a9c22d3bf4191354777225d0403.tar.gz sec-certs-88707e8abf413a9c22d3bf4191354777225d0403.tar.zst sec-certs-88707e8abf413a9c22d3bf4191354777225d0403.zip | |
Update GA_CI.yml
Forcing 3.8 version of Python to ensure compatibility
| -rw-r--r-- | .github/workflows/GA_CI.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/GA_CI.yml b/.github/workflows/GA_CI.yml index d4b00ff6..3239468f 100644 --- a/.github/workflows/GA_CI.yml +++ b/.github/workflows/GA_CI.yml @@ -11,7 +11,7 @@ jobs: - name : Setup python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.8' - name: Install python dependencies run: pip install -r requirements.txt - name : Install pytest and run scripts like Travis does |
