Skip to content

Commit

Permalink
workflow: restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Jul 16, 2024
1 parent 7ec0900 commit 8693363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- nomad: 1.6.8
python: 3.7
name: Test
runs-on: nomadtools docker=dind
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -47,12 +47,12 @@ jobs:

test_ssl:
name: Test ssl
runs-on: nomadtools docker=dind
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: upgrade pip
run: pip install --upgrade pip setuptools
run: pip install --upgrade pip
- name: install editable package
run: pip install -e .
- name: install nomad server
Expand All @@ -69,7 +69,7 @@ jobs:
- test_ssl
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
#if: github.ref == 'refs/heads/main'
runs-on: nomadtools docker=dind
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/nomad-tools
Expand Down

0 comments on commit 8693363

Please sign in to comment.