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 e13ea26
Show file tree
Hide file tree
Showing 2 changed files with 16 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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conan

0 comments on commit e13ea26

Please sign in to comment.