Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Jul 15, 2024
1 parent 743cfd9 commit 6fe4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: upgrade pip
run: pip install --upgrade pip
run: pip install --upgrade pip setuptools
- name: install editable package
run: pip install -e .
- name: install nomad server
Expand Down

0 comments on commit 6fe4581

Please sign in to comment.