Skip to content

Commit 702c181

Browse files
committed
use release hydra and drop the pyenv init
1 parent 2b3c94a commit 702c181

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
ci:
1313
runs-on: ${{ matrix.os }}
14-
container: docker://altendky/hydra-dev:ubuntu-3-minors
14+
container: docker://altendky/hydra:ubuntu-3-minors
1515
strategy:
1616
matrix:
1717
os:
@@ -26,7 +26,6 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v1
2828
- run: |
29-
eval "$(pyenv init -)"
3029
pip install tox
3130
tox -v -e "${{ matrix.toxenv }}"
3231
name: tox

0 commit comments

Comments
 (0)