Skip to content

Commit

Permalink
rename requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 8, 2023
1 parent fa9de83 commit 8161682
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python3-dev \
yosys
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install -r dev.requirements.txt
python3 -m pip install -r requirements.dev.txt
python3 -m pip install git+https://github.com/antmicro/tuttest
- name: Run lint checks
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
docker run --rm -i -v $(pwd):/wrk -w /wrk \
gcr.io/hdl-containers/conda/f4pga/xc7/z010 \
bash -le <<'EOF'
pip3 install -r impl.requirements.txt
pip3 install -r requirements.impl.txt
cd examples/pwm
make zvb
EOF
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-e .
-r impl.requirements.txt
-r requirements.impl.txt

0 comments on commit 8161682

Please sign in to comment.