Skip to content
Snippets Groups Projects
Unverified Commit 1a53ab90 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update ci_testing.yml

parent 70158bc3
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install Python Packages - name: Install Python Packages
run: | run: |
pip install -r requirements.yml pip install -r requirements.txt
- name: Build Website - name: Build Website
run: | run: |
mkdocs build mkdocs build
...@@ -47,7 +47,7 @@ jobs: ...@@ -47,7 +47,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install Python Packages - name: Install Python Packages
run: | run: |
pip install -r requirements.yml pip install -r requirements.txt
npm i gramma -g npm i gramma -g
- name: Build Website - name: Build Website
run: | run: |
...@@ -71,7 +71,7 @@ jobs: ...@@ -71,7 +71,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install Python Packages - name: Install Python Packages
run: | run: |
pip install -r requirements.yml pip install -r requirements.txt
- name: Build Website - name: Build Website
run: | run: |
mkdocs build mkdocs build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment