Skip to content

Commit

Permalink
Inital workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Jun 3, 2024
1 parent 53f3146 commit d2f8ae5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 142 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/doc-deployment.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/doc-test.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/test-pipeline.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/test-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test Package

on: [push, pull_request]

permissions:
contents: read

jobs:
get_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[docs]
- name: Build Docs
run: |
python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)"
34 changes: 0 additions & 34 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit d2f8ae5

Please sign in to comment.