Skip to content

Commit

Permalink
Initial version of workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Edgar Grimberg <edgar.grimberg@gmail.com>
  • Loading branch information
edgargrimberg committed Jun 29, 2024
1 parent 728aac7 commit 0d38649
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/conan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Create Conan package

on:
pull_request:

jobs:
create_conan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt

0 comments on commit 0d38649

Please sign in to comment.