Skip to content

Commit

Permalink
Merge pull request #42 from nf-osi/allaway-patch-4
Browse files Browse the repository at this point in the history
Update schematic-schema-convert.yml
  • Loading branch information
allaway authored Jul 12, 2023
2 parents f119eea + c56878b commit ae8983d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schematic-schema-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:

- name: Install schematic and convert schema
run: |
python3.10 -m venv .venv
python3 --version
python3 -m venv .venv
chmod 755 .venv/bin/activate
source .venv/bin/activate
pip3 install schematicpy
Expand Down

0 comments on commit ae8983d

Please sign in to comment.