diff options
| author | Léo Vansimay | 2021-04-21 11:16:00 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-21 11:16:00 +0200 |
| commit | 0558f03b36b4e9f93d99c450860c061c2dce0186 (patch) | |
| tree | 22fc0a5bc4fe0aa884ebd86eabae724384776230 | |
| parent | 5a9841c2668a6e09617b6d20fe07a822cc18042d (diff) | |
| download | sec-certs-0558f03b36b4e9f93d99c450860c061c2dce0186.tar.gz sec-certs-0558f03b36b4e9f93d99c450860c061c2dce0186.tar.zst sec-certs-0558f03b36b4e9f93d99c450860c061c2dce0186.zip | |
Update GA_CI.yml
pytest didn't find the sec_certs code, adding a line that was in travis.yml
| -rw-r--r-- | .github/workflows/GA_CI.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/GA_CI.yml b/.github/workflows/GA_CI.yml index e26b2562..d4b00ff6 100644 --- a/.github/workflows/GA_CI.yml +++ b/.github/workflows/GA_CI.yml @@ -18,4 +18,5 @@ jobs: run: | pip install pytest pip install pytest-cov + pip install ".[dev,test]" pytest test |
